| Authenticator |
|
| Command |
A Command object.
|
| CommandExecutor |
A CommandExecutor is attached to a Command object and actually executes the commmand.
|
| 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.
|
| Entity.CloneableMap |
|
| EntityAddException |
An exception, thrown by an EntityAddListener to veto against an Entity addition.
|
| EntityAddListener |
A listener on an Entity which will be called before the Entity is added.
|
| EntityChangeAdapter |
An adapter class that joins EntityAddListener and EntityRemoveListener.
|
| EntityList |
A EntityList object that extends Entity.
|
| EntityRemoveException |
An exception, thrown by an EntityRemoveListener to veto against an Entity removal.
|
| 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.
|
| InvalidTypeException |
Throwed by a Property on setValue() if the given type
does not correspond to the type defined for the Property.
|
| InvalidValueException |
Throwed by a Property on setValue() if the given value
does not correspond to the min/max/choise definitions for the Property.
|
| MetaData |
|
| Property |
A Property object is part of an Entity.
|
| PropertyChangeException |
An exception, thrown by a PropertyChangeListener to veto against a Property change.
|
| 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.
|
| RouterConfigInstance |
|