| |
|
| java.lang.Object com.sun.jbi.engine.sequencing.util.UtilBase com.sun.jbi.engine.sequencing.ServiceManager
Constructor Summary | |
public | ServiceManager() Creates a new ServiceManager object. |
ServiceManager | public ServiceManager()(Code) | | Creates a new ServiceManager object.
|
activateServices | public void activateServices()(Code) | | Activates all the registered Services.
|
getRunningServicesCount | public int getRunningServicesCount()(Code) | | Returns the number of services actually running.
int number of running services. |
setContext | public void setContext(ComponentContext ctx)(Code) | | Sets the channel object.
Parameters: ctx - engine channel object. |
startDeployment | public void startDeployment(String asid)(Code) | | Starts a deployment.
Parameters: asid - sub-assembly id |
stopAllServices | public void stopAllServices()(Code) | | Stops all running services.
|
stopDeployment | public void stopDeployment(String asid)(Code) | | Stops a deployment.
Parameters: asid - sub-assembly id |
|
|
|