|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.core.csi.CSIFactory
public class CSIFactory
This class generates a unique ID for its VM. $Revision: 1.12 $
Constructor Summary | |
---|---|
CSIFactory()
|
Method Summary | |
---|---|
static Command |
getCommand(java.lang.String transportName)
Retrieve a reference to the Command. |
static Command |
getCommand(java.lang.String transportName,
java.lang.String nickName)
Retrieve a reference to the Command. |
static ObserverManager |
getObserverManager(java.lang.String transportName)
Retrieve a reference to the ObserverManager. |
static ObserverManager |
getObserverManager(java.lang.String transportName,
java.lang.String nickName)
Retrieve a reference to the ObserverManager. |
static PolicyChecking |
getPolicyChecking()
Retrieve a reference to the PolicyChecking. |
static PolicyChecking |
getPolicyChecking(java.lang.String transportName)
Retrieve a reference to the PolicyChecking. |
static QueryRegistration |
getQueryRegistration(java.lang.String transportName)
Retrieve a reference to the QueryRegistration. |
static Registration |
getRegistration()
Retrieve a reference to the Registration. |
static Registration |
getRegistration(java.lang.String transportName)
Retrieve a reference to the Registration. |
static RequestManager |
getRequestManager(java.lang.String transportName)
Retrieve a reference to the RequestManager. |
static TransportSupport |
getTransportSupport()
Retrieve a reference to the Registration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSIFactory()
Method Detail |
---|
public static Command getCommand(java.lang.String transportName) throws java.lang.Exception
java.lang.Exception
public static Command getCommand(java.lang.String transportName, java.lang.String nickName) throws java.lang.Exception
transportName
- is a String containing the name of the transport to use by the Command.nickName
- is a String containing the nick name of the Command that may be used by certain
transport implementations, or null if not required by the transport.
java.lang.Exception
public static ObserverManager getObserverManager(java.lang.String transportName) throws java.lang.Exception
java.lang.Exception
public static ObserverManager getObserverManager(java.lang.String transportName, java.lang.String nickName) throws java.lang.Exception
transportName
- is a String containing the name of the transport to use by the Command.nickName
- is a String containing the nick name of the Command that may be used by certain
transport implementations, or null if not required by the transport.
java.lang.Exception
public static Registration getRegistration(java.lang.String transportName) throws java.lang.Exception
java.lang.Exception
public static Registration getRegistration() throws java.lang.Exception
java.lang.Exception
public static PolicyChecking getPolicyChecking(java.lang.String transportName) throws java.lang.Exception
java.lang.Exception
public static PolicyChecking getPolicyChecking() throws java.lang.Exception
java.lang.Exception
public static QueryRegistration getQueryRegistration(java.lang.String transportName) throws java.lang.Exception
java.lang.Exception
public static TransportSupport getTransportSupport()
public static RequestManager getRequestManager(java.lang.String transportName) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |