Package com.swiftmq.mgmt
Class RouterConfigInstance
java.lang.Object
com.swiftmq.mgmt.Entity
com.swiftmq.mgmt.EntityList
com.swiftmq.mgmt.RouterConfigInstance
- All Implemented Interfaces:
Dumpable
-
Nested Class Summary
Nested classes/interfaces inherited from class com.swiftmq.mgmt.Entity
Entity.CloneableMap
-
Field Summary
Fields inherited from class com.swiftmq.mgmt.EntityList
DEL_COMMAND, NEW_COMMAND
Fields inherited from class com.swiftmq.mgmt.Entity
factory, SET_COMMAND
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add an Entity.void
String[]
executeCommand
(String[] context, String[] cmd) String[]
executeCommand
(String[] context, String[] cmd, Authenticator authenticator) String[]
executeInternalCommand
(String[] context, String[] cmd) String[]
executeInternalCommand
(String[] context, String[] cmd, Authenticator authenticator) getContext
(Object currentContext, String[] context, int stacklevel) int
Returns a unique dump id for this object.protected boolean
void
setCommandRegistry
(CommandRegistry commandRegistry) toJson()
Methods inherited from class com.swiftmq.mgmt.EntityList
createCommands, createEntity, getTemplate, readContent, setEntityAddListener, setEntityRemoveListener, toString, writeContent
Methods inherited from class com.swiftmq.mgmt.Entity
addCommand, addEntityWatchListener, addProperty, commandIncluded, createCopy, getCommandRegistry, getContext, getDescription, getDisplayContext, getDisplayName, getDynamicObject, getDynamicPropNames, getEntities, getEntity, getEntityAddListener, getEntityNames, getEntityRemoveListener, getIcon, getName, getParent, getProperties, getProperty, getState, getUserObject, isDynamic, isUpgrade, notifyEntityWatchListeners, quote, readDump, readDumpByteArray, readDumpDumpable, readDumpDumpableEntityMap, readDumpDumpablePropMap, readDumpStringArray, removeCommand, removeDynamicEntity, removeEntities, removeEntity, removeEntityWatchListener, removeProperty, setDynamic, setDynamicObject, setDynamicPropNames, setImageArray, setName, setParent, setState, setUpgrade, setUserObject, writeDump, writeDump, writeDump, writeDump, writeDump
-
Constructor Details
-
RouterConfigInstance
protected RouterConfigInstance()
-
-
Method Details
-
isSetParent
protected boolean isSetParent()- Overrides:
isSetParent
in classEntity
-
getDumpId
public int getDumpId()Description copied from interface:Dumpable
Returns a unique dump id for this object.- Specified by:
getDumpId
in interfaceDumpable
- Overrides:
getDumpId
in classEntityList
- Returns:
- unique dump id
-
setCommandRegistry
-
addEntity
Description copied from class:Entity
Add an Entity.- Overrides:
addEntity
in classEntity
- Parameters:
entity
- entity.- Throws:
EntityAddException
- thrown by an EntityAddListener.
-
getConfigurations
-
clearConfigurations
public void clearConfigurations() -
getContext
-
executeInternalCommand
-
executeInternalCommand
-
executeCommand
-
executeCommand
-
toJson
- Overrides:
toJson
in classEntityList
-