Method Summary |
|
public void | createService(ConfigBean bean) |
public void | createServices(String serviceUnitID, ConfigBean[] beans) |
public void | destroyService(ConfigBean bean) |
public void | destroyServices(String serviceUnitID) |
public boolean | getDeploymentStatus(String asId) Gets the status of the asa id. |
public static ServiceManager | getInstance() Returns a handle to the Service Manager instance. |
public Service | getService(String svcname) |
public void | setComponentContext(javax.jbi.component.ComponentContext context) |
public void | startAllServices() |
public void | startService(ConfigBean bean) |
public void | startServices(String serviceUnitID) |
public void | stopAllServices() |
public void | stopService(ConfigBean bean) Stops the Work Manager. |
public void | stopServices(String serviceUnitID) |