solar.service
Class SolarServices

java.lang.Object
  |
  +--solar.service.BaseServiceManager
        |
        +--solar.service.SolarServices
All Implemented Interfaces:
ServiceManager

public class SolarServices
extends BaseServiceManager

The default service manager for Solar system.

Version:
$Id: SolarServices.java,v 1.4 2003/07/18 02:10:12 glchen Exp $
Author:
Guanling Chen

Field Summary
protected static ServiceManager _instance
          The single instance of this class.
 
Fields inherited from class solar.service.BaseServiceManager
_config, _log, _mapping, _serviceObjects, _services, CLASSNAME_SUFFIX, SERVICE_PREFIX
 
Constructor Summary
protected SolarServices()
           
 
Method Summary
static ServiceManager getInstance()
           
 
Methods inherited from class solar.service.BaseServiceManager
getService, getServiceConfig, getServiceObject, hasRegistered, init, setServiceObject, stopService, stopServices
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_instance

protected static ServiceManager _instance
The single instance of this class.

Constructor Detail

SolarServices

protected SolarServices()
Method Detail

getInstance

public static ServiceManager getInstance()