Uses of Interface
com.ibm.are.service.Service

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

Uses of Service in com.ibm.are.service
 

Subinterfaces of Service in com.ibm.are.service
 interface 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.
 interface SingletonService
          The SingletonService interface represents a service that should only be instantiated once by the runtime (i.e.
 

Classes in com.ibm.are.service that implement Service
 class BaseService
          The BaseService class is an abstract base class that implements some basic behavior required for a Service in the Application Runtime Expert.
 class BaseSingletonService
          The BaseSingletonService class is an abstract base class that implements some basic behavior required for a BaseSingletonService in the Application Runtime Expert.
 class LoggingService
          The LoggingService class is final class that implements the AutoStartSingletonService interface.