|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
Serviceable | This interface defines a protocol for serviceable objects. |
Services | A Serviceable which manages a collection of services. |
Class Summary | |
BasicService | BasicService is a service implementation that will run the
service in a separate thread. |
Service | Service is an implementation of the Serviceable
interface that provides default implementations for the Service.start() and
Service.stop() methods. |
ServiceManager | Default implementation of the Services interface. |
ServiceThreadListener | A ThreadListener that notifies child listeners of thread events.. |
Exception Summary | |
ServiceAlreadyExistsException | This exception is thrown when an attempt is made to register a service that is already registered. |
ServiceDoesNotExistException | This exception is thrown when a request is made for a service that is not registered with the service manager |
ServiceException | This exception is thrown whenever there is a general exception with a service entitiy |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |