|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ds.fw.services.FwServicePool
Service Factory Class.
Create object which is binded to defined Service.
| Constructor Summary | |
FwServicePool()
|
|
| Method Summary | |
static java.lang.Object |
getCorbaService(java.lang.String serviceName)
getCorbaService(String serviceName) - bind a corba Service (object) by serviceName. |
static java.lang.Object |
getEJBService(java.lang.String serviceName)
getEJBService(String serviceName) - bind a EJB object by serviceName. |
static java.lang.Object |
getRMIService(java.lang.String serviceName)
getRMIService(String serviceName) - bind a RMI Service (object) by serviceName. |
static java.lang.Object |
getService(java.lang.String serviceName)
Not Ready That method choices a properly Service by given name of class. It finds service if it is EJB, RMI, Corba, SOAP or ServerSocket by testing all of them and at the end return first found service which represent serviceName class. |
static java.lang.Object |
getSOAPService(java.lang.String serviceName)
getSOAPService(String serviceName) - bind a Simple object Service (object) by serviceName. |
static java.lang.Object |
getSocketService(java.lang.String serviceName)
getSocketService(String serviceName) - bind a Socket provide Service (object) by serviceName. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FwServicePool()
| Method Detail |
public static final java.lang.Object getService(java.lang.String serviceName)
public static final java.lang.Object getCorbaService(java.lang.String serviceName)
public static final java.lang.Object getEJBService(java.lang.String serviceName)
public static final java.lang.Object getRMIService(java.lang.String serviceName)
public static final java.lang.Object getSOAPService(java.lang.String serviceName)
public static final java.lang.Object getSocketService(java.lang.String serviceName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||