Uses of Package
com.ibm.are.service

Packages that use com.ibm.are.service
com.ibm.are.service ARE service specification and base implementation
 
 

Classes in com.ibm.are.service used by com.ibm.are.service
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.
BaseSingletonService
          The BaseSingletonService class is an abstract base class that implements some basic behavior required for a BaseSingletonService in the Application Runtime Expert.
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.
ServiceData
          The ServiceData class represents a set of data that is specific to classes that implement the Service interface.
SingletonService
          The SingletonService interface represents a service that should only be instantiated once by the runtime (i.e.