Package com.swiftmq.mgmt
-
Interface Summary Interface Description Authenticator CommandExecutor A CommandExecutor is attached to a Command object and actually executes the commmand.EntityAddListener A listener on an Entity which will be called before the Entity is added.EntityRemoveListener A listener on an Entity which will be called before the Entity is removed.EntityWatchListener A listener to be register at Entities and to get informed about additions and removals.PropertyChangeListener A listener on a Property which will be called before the Property value is changed.PropertyWatchListener A listener on a Property which will be called after the Property value has changed. -
Class Summary Class Description AuthenticatorHolder Command A Command object.CommandRegistry A CommandRegistry object will be attached to Entities/EntityLists.Configuration A Configuration that extends Entity and contains the complete configuration of a single Swiftlet.Entity A Entity represents a node within the management tree.EntityChangeAdapter An adapter class that joins EntityAddListener and EntityRemoveListener.EntityList A EntityList object that extends Entity.EntityListEventAdapter MetaData MgmtFactory PreConfigurator Property A Property object is part of an Entity.PropertyChangeAdapter An adapter class that allows to specify a config object for later use.RouterConfigInstance RouterConfiguration TreeCommands XMLUtilities -
Exception Summary Exception Description EntityAddException An exception, thrown by an EntityAddListener to veto against an Entity addition.EntityRemoveException An exception, thrown by an EntityRemoveListener to veto against an Entity removal.InvalidTypeException Throwed by a Property onsetValue()
if the given type does not correspond to the type defined for the Property.InvalidValueException Throwed by a Property onsetValue()
if the given value does not correspond to the min/max/choise definitions for the Property.PropertyChangeException An exception, thrown by a PropertyChangeListener to veto against a Property change.