Uses of Class
com.swiftmq.mgmt.Entity
-
Packages that use Entity Package Description com.swiftmq.admin.mgmt com.swiftmq.admin.mgmt.v400 com.swiftmq.admin.mgmt.v750 com.swiftmq.mgmt com.swiftmq.swiftlet.queue -
-
Uses of Entity in com.swiftmq.admin.mgmt
Methods in com.swiftmq.admin.mgmt with parameters of type Entity Modifier and Type Method Description java.lang.String[]Endpoint. execute(java.lang.String[] context, Entity entity, java.lang.String[] command) -
Uses of Entity in com.swiftmq.admin.mgmt.v400
Methods in com.swiftmq.admin.mgmt.v400 with parameters of type Entity Modifier and Type Method Description java.lang.String[]EndpointImpl. execute(java.lang.String[] context, Entity entity, java.lang.String[] command) -
Uses of Entity in com.swiftmq.admin.mgmt.v750
Methods in com.swiftmq.admin.mgmt.v750 with parameters of type Entity Modifier and Type Method Description java.lang.String[]EndpointImpl. execute(java.lang.String[] context, Entity entity, java.lang.String[] command) -
Uses of Entity in com.swiftmq.mgmt
Subclasses of Entity in com.swiftmq.mgmt Modifier and Type Class Description classConfigurationA Configuration that extends Entity and contains the complete configuration of a single Swiftlet.classEntityListA EntityList object that extends Entity.classRouterConfigInstanceMethods in com.swiftmq.mgmt that return Entity Modifier and Type Method Description EntityEntity. createCopy()Internal use only.EntityEntityList. createEntity()Creates a new Entity from the template.static EntityConfiguration. createMetaEntity(MetaData metaData)Creates an Entity from a MetaData object.EntityEntity. getEntity(java.lang.String name)Returns a Sub-Entity.EntityCommand. getParent()Returns the parent entity.EntityEntity. getParent()Returns the parent Entity.EntityProperty. getParent()Returns the parent Entity.EntityEntityList. getTemplate()Returns the template for new sub-entities.Methods in com.swiftmq.mgmt with parameters of type Entity Modifier and Type Method Description voidEntity. addEntity(Entity entity)Add an Entity.voidRouterConfigInstance. addEntity(Entity entity)MetaDataConfiguration. createMetaData(Entity entity)Create a MetaData from an Entity.voidEntityWatchListener. entityAdded(Entity parent, Entity entity)Called after the entity has been added.voidEntityWatchListener. entityRemoved(Entity parent, Entity entity)Called after the entity has been removed.static voidXMLUtilities. entityToXML(org.dom4j.Element parent, java.lang.String tagName, Entity entity, boolean addName)java.lang.String[]CommandExecutor. execute(java.lang.String[] context, Entity entity, java.lang.String[] parameter)Called to execute the command.booleanAuthenticator. isCommandGranted(Entity entity, java.lang.String command)booleanAuthenticator. isContextGranted(Entity entity)booleanAuthenticator. isPropertyGranted(Entity entity, java.lang.String property)booleanAuthenticator. isPropertyReadOnly(Entity entity, java.lang.String property)static voidXMLUtilities. loadIcons(Entity entity, java.lang.ClassLoader loader)protected voidEntity. notifyEntityWatchListeners(boolean entityAdded, Entity entity)ConfigurationEntityAddListener. onConfigurationAdd(Entity parent, Entity newEntity)Internal use only.ConfigurationEntityChangeAdapter. onConfigurationAdd(Entity parent, Entity newEntity)voidEntityAddListener. onEntityAdd(Entity parent, Entity newEntity)Called before the Entity is added.voidEntityChangeAdapter. onEntityAdd(Entity parent, Entity newEntity)voidEntityChangeAdapter. onEntityRemove(Entity parent, Entity newEntity)voidEntityRemoveListener. onEntityRemove(Entity parent, Entity delEntity)Called before the Entity is removed.voidEntity. removeEntity(Entity entity)Removes an Entity.protected voidCommand. setParent(Entity parent)Internal use.protected voidEntity. setParent(Entity parent)protected voidProperty. setParent(Entity parent)Constructors in com.swiftmq.mgmt with parameters of type Entity Constructor Description CommandRegistry(java.lang.String name, Entity myEntity)Creates a new CommandRegistry.EntityList(java.lang.String name, java.lang.String displayName, java.lang.String description, java.lang.String state, Entity template)Creates a new EntityList.EntityList(java.lang.String name, java.lang.String displayName, java.lang.String description, java.lang.String state, Entity template, boolean autoCreateNewDel)Creates a new EntityList.EntityList(java.lang.String name, java.lang.String displayName, java.lang.String description, java.lang.String state, Entity template, boolean rebootOnNew, boolean rebootOnDel)Creates a new EntityList. -
Uses of Entity in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue with parameters of type Entity Modifier and Type Method Description AbstractQueueQueueFactory. createQueue(java.lang.String queueName, Entity queueEntity)Creates a new abstract queue from the given entity.
-