portal.services
Interface IPeerServiceController

All Known Implementing Classes:
LdapSecurityServiceController, MonitorServiceController, RegistryController, ResourceServiceController, SimpleSecurityServiceController, VelocityServiceController

public interface IPeerServiceController


Method Summary
 IService getService()
           
 void init(IServiceConfig serviceConfig)
           
 void reload()
           
 void start()
           
 void stop()
           
 

Method Detail

init

public void init(IServiceConfig serviceConfig)
          throws ServiceException
Throws:
ServiceException

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