Interface | Description |
---|---|
Manager<T extends RegistryBean> |
The manager is the object, which is used by the application manager to access
beans.
|
UtilityManager |
Manager interface providing convenient utility methods.
|
Class | Description |
---|---|
AbstractManager<T extends RegistryBean> |
Abstract base class for deriving managers.
|
UtilityManagerImpl |
Implementation of the
UtilityManager interface. |
Exception | Description |
---|---|
ManagerException |
Managers are suggested to throw an instance of this exception.
|