pyrasun.eio.services
Interface EmberServiceController
- All Known Implementing Classes:
- EmberServiceControllerImpl
- public interface EmberServiceController
getContext
public EIOGlobalContext getContext()
addService
public void addService(EmberService service)
addDynamicService
public void addDynamicService(java.lang.String className)
throws EmberServiceException
- Throws:
EmberServiceException
getService
public EmberService getService(java.lang.String name)
throws EmberServiceException
- Throws:
EmberServiceException
startService
public void startService(java.lang.String name)
throws EmberServiceException
- Throws:
EmberServiceException
stopService
public void stopService(java.lang.String name)
throws EmberServiceException
- Throws:
EmberServiceException
startAll
public void startAll()
throws EmberServiceException
- Throws:
EmberServiceException
stopAll
public void stopAll()
throws EmberServiceException
- Throws:
EmberServiceException
Pyrasun EmberIO