Package com.ibm.are.service

ARE service specification and base implementation

See:
          Description

Interface Summary
AutoStartSingletonService The AutoStartSingletonService interface inherits the attributes of a SingletonService but carries the additional attribute of being auto-started by the Application Runtime Expert during runtime startup.
Service The Service interface represents the basic operations and features that must be implemented for a class to be considered a service by the Application Runtime Expert.
SingletonService The SingletonService interface represents a service that should only be instantiated once by the runtime (i.e.
 

Class Summary
BaseService The BaseService class is an abstract base class that implements some basic behavior required for a Service in the Application Runtime Expert.
BaseSingletonService The BaseSingletonService class is an abstract base class that implements some basic behavior required for a BaseSingletonService in the Application Runtime Expert.
LoggingService The LoggingService class is final class that implements the AutoStartSingletonService interface.
ServiceData The ServiceData class represents a set of data that is specific to classes that implement the Service interface.
 

Exception Summary
InvalidServiceStateException The InvalidServiceStateException exception class is used when a service detects that it is in an invalid state.
 

Package com.ibm.are.service Description

ARE service specification and base implementation