Interface | Description |
---|---|
Manager |
Creates parameters for services and services themselves.
|
Service |
A service.
|
Class | Description |
---|---|
AbstractManager |
Base
Manager implementation for magager based in providers. |
AbstractMultiServiceImplManager |
Base
Manager implementation for managers which depend on the
registration of multiple service implementations. |
AbstractPersistentService |
Base
Service implementation which is also Persistent . |
AbstractService |
Service base parent implementation, delegating in the child classes
the retrieval of the ProviderManager . |
Exception | Description |
---|---|
ServiceException |
Service related parent exception.
|
ServiceInitializationException |
Exception thrown when there is an error while initializing a service.
|