public abstract class CommunicationManagerRegistry
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CommunicationManagerRegistry.CommunicationManagerListener |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_CM_PACKAGE |
static HashSet |
DEFAULT_CM_PREFIX |
static java.lang.String |
DEFAULT_CM_SUFFIX |
static java.lang.String |
UNKNOWN_COM_MAN_ID |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
addListener(CommunicationManagerRegistry.CommunicationManagerListener listener) |
static Iterator |
getAllDefaultCommunicationManagerIds() |
static CommunicationManager |
getCommunicationManager(java.lang.String comManId) |
static Iterator |
getLoadedManagers() |
static java.lang.String |
getPreferredCommunicationManagerID() |
static boolean |
isLoaded(java.lang.String comManId) |
static void |
killAll() |
static void |
loadAllDefaultCommunicationManagers() |
static void |
loadAndStartCommunicationManager(java.lang.String comManId) |
static void |
loadAndStartCommunicationManager(java.lang.String päckätsch,
java.lang.String comManId) |
static void |
loadCommunicationManager(java.lang.String comManId) |
static void |
loadCommunicationManager(java.lang.String päckätsch,
java.lang.String comManId) |
static void |
removeCommunicationManagerFromDefault(java.lang.String prefix) |
static boolean |
removeListener(CommunicationManagerRegistry.CommunicationManagerListener listener) |
static void |
startAll() |
static void |
stop(java.lang.String comManId) |
static void |
stopAll() |
static void |
unloadCommunicationManager(java.lang.String comManId) |
public static final java.lang.String DEFAULT_CM_PACKAGE
public static final HashSet DEFAULT_CM_PREFIX
public static final java.lang.String DEFAULT_CM_SUFFIX
public static final java.lang.String UNKNOWN_COM_MAN_ID
public static void removeCommunicationManagerFromDefault(java.lang.String prefix)
public static void loadAllDefaultCommunicationManagers()
public static Iterator getAllDefaultCommunicationManagerIds()
public static java.lang.String getPreferredCommunicationManagerID()
public static boolean addListener(CommunicationManagerRegistry.CommunicationManagerListener listener)
public static boolean removeListener(CommunicationManagerRegistry.CommunicationManagerListener listener)
public static void loadCommunicationManager(java.lang.String comManId)
public static void loadCommunicationManager(java.lang.String päckätsch,
java.lang.String comManId)
public static void stop(java.lang.String comManId)
public static void unloadCommunicationManager(java.lang.String comManId)
public static CommunicationManager getCommunicationManager(java.lang.String comManId)
public static boolean isLoaded(java.lang.String comManId)
public static Iterator getLoadedManagers()
public static void loadAndStartCommunicationManager(java.lang.String päckätsch,
java.lang.String comManId)
throws java.io.IOException
java.io.IOExceptionpublic static void loadAndStartCommunicationManager(java.lang.String comManId)
throws java.io.IOException
java.io.IOExceptionpublic static void startAll()
public static void stopAll()
public static void killAll()