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

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

Uses of SingletonService in com.ibm.are.service
 

Subinterfaces of SingletonService 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.
 

Classes in com.ibm.are.service that implement SingletonService
 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.