portal.services
Interface IPeerServiceController
- All Known Implementing Classes:
- LdapSecurityServiceController, MonitorServiceController, RegistryController, ResourceServiceController, SimpleSecurityServiceController, VelocityServiceController
- public interface IPeerServiceController
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