portal.services.resource.sp
Class ResourceServiceController

java.lang.Object
  extended byportal.services.resource.sp.ResourceServiceController
All Implemented Interfaces:
IPeerServiceController

public class ResourceServiceController
extends java.lang.Object
implements IPeerServiceController


Constructor Summary
ResourceServiceController()
           
 
Method Summary
 IService getService()
           
 void init(IServiceConfig serviceConfig)
           
 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

ResourceServiceController

public ResourceServiceController()
Method Detail

init

public void init(IServiceConfig serviceConfig)
          throws ServiceException
Specified by:
init in interface IPeerServiceController
Throws:
ServiceException

reload

public void reload()
            throws ServiceException
Specified by:
reload in interface IPeerServiceController
Throws:
ServiceException

start

public void start()
           throws ServiceException
Specified by:
start in interface IPeerServiceController
Throws:
ServiceException

stop

public void stop()
          throws ServiceException
Specified by:
stop in interface IPeerServiceController
Throws:
ServiceException

getService

public IService getService()
                    throws ServiceException
Specified by:
getService in interface IPeerServiceController
Throws:
ServiceException