Uses of Interface
solar.service.ServiceManager

Packages that use ServiceManager
solar.service Contains the core Solar service framework. 
solar.service.dispatch Contains the data dispatching service. 
solar.service.fork.client   
solar.service.pack.client   
solar.service.rpc Contains the simulated RPC service. 
 

Uses of ServiceManager in solar.service
 

Classes in solar.service that implement ServiceManager
 class BaseServiceManager
          A base implementation of service manager.
 class SolarServices
          The default service manager for Solar system.
 

Fields in solar.service declared as ServiceManager
protected  ServiceManager BaseService._manager
           
protected static ServiceManager SolarServices._instance
          The single instance of this class.
 

Methods in solar.service that return ServiceManager
 ServiceManager BaseService.getServiceManager()
           
static ServiceManager SolarServices.getInstance()
           
 ServiceManager Service.getServiceManager()
          Get the service manager for this service.
 

Methods in solar.service with parameters of type ServiceManager
 void BaseService.setServiceManager(ServiceManager manager)
           
 void Service.setServiceManager(ServiceManager manager)
          Set the service manager for this service.
 

Uses of ServiceManager in solar.service.dispatch
 

Fields in solar.service.dispatch declared as ServiceManager
protected  ServiceManager SolarDispatchService._manager
          Service manager.
 

Uses of ServiceManager in solar.service.fork.client
 

Fields in solar.service.fork.client declared as ServiceManager
private  ServiceManager ForkClient._servman
           
 

Uses of ServiceManager in solar.service.pack.client
 

Fields in solar.service.pack.client declared as ServiceManager
private  ServiceManager PackClient._servman
           
 

Uses of ServiceManager in solar.service.rpc
 

Fields in solar.service.rpc declared as ServiceManager
protected  ServiceManager SolarRpcService._manager
          The service manager.