portal.services.sp
Class ServiceController

java.lang.Object
  extended byportal.services.sp.ServiceController

public class ServiceController
extends java.lang.Object


Constructor Summary
ServiceController(ServiceManager serviceManager, ServiceXMLConfiguration serviceConfig)
           
 
Method Summary
 IService getService()
           
 ServiceState getServiceStatus()
           
 boolean implementsInterface(java.lang.Class interfaceClass)
           
 void reload()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceController

public ServiceController(ServiceManager serviceManager,
                         ServiceXMLConfiguration serviceConfig)
                  throws ServiceException
Method Detail

implementsInterface

public boolean implementsInterface(java.lang.Class interfaceClass)

getServiceStatus

public ServiceState getServiceStatus()

reload

public void reload()
            throws ServiceException
Throws:
ServiceException

start

public void start()
           throws ServiceException
Throws:
ServiceException

stop

public void stop()
          throws ServiceException
Throws:
ServiceException

getService

public IService getService()
                    throws ServiceException
Throws:
ServiceException