pyrasun.eio.services
Interface EmberServiceController

All Known Implementing Classes:
EmberServiceControllerImpl

public interface EmberServiceController


Method Summary
 void addDynamicService(java.lang.String className)
           
 void addService(EmberService service)
           
 EIOGlobalContext getContext()
           
 EmberService getService(java.lang.String name)
           
 void startAll()
           
 void startService(java.lang.String name)
           
 void stopAll()
           
 void stopService(java.lang.String name)
           
 

Method Detail

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