org.ws4d.java.communication
Class CommunicationManagerRegistry
java.lang.Object
org.ws4d.java.communication.CommunicationManagerRegistry
public abstract class CommunicationManagerRegistry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CM_PACKAGE
public static final java.lang.String DEFAULT_CM_PACKAGE
- See Also:
- Constant Field Values
DEFAULT_CM_SUFFIX
public static final java.lang.String DEFAULT_CM_SUFFIX
- See Also:
- Constant Field Values
DEFAULT_COMMUNICATION_MANAGERS
public static final java.lang.String[] DEFAULT_COMMUNICATION_MANAGERS
- This array contains the communication IDs of all default communication
managers. When a call to the method
loadAll()
is made, the
registry will attempt to instantiate and
start
each one listed herein. The
first entry within the array has the special meaning of identifying the
default communication technology to use when sending requests or one-way
messages if none have been explicitly specified
getDefault
public static java.lang.String getDefault()
loadAll
public static void loadAll()
load
public static void load(java.lang.String comManId)
getManager
public static CommunicationManager getManager(java.lang.String comManId)
getLoadedManagers
public static Iterator getLoadedManagers()
startAll
public static void startAll()
stopAll
public static void stopAll()
killAll
public static void killAll()