Method Summary |
|
public String | deploy(String serviceUnitName, String serviceUnitRootPath) Deploy a Service Unit.
Parameters: serviceUnitName - the name of the Service Unit being deployed. Parameters: serviceUnitRootPath - the full path to the Service Unit artifactroot directory. |
public javax.management.ObjectName | getExtensionMBeanName() Get the JMX ObjectName for any additional MBean for this SE. |
public void | init(ComponentContext context) Initialize the Service Engine. |
public void | init(String serviceUnitName, String serviceUnitRootPath) Initialize the deployment. |
public void | shutDown() Shut down the Service Engine. |
public void | shutDown(String serviceUnitName) Shut down the deployment. |
public void | start() Start the Service Engine. |
public void | start(String serviceUnitName) Start the deployment. |
public void | stop() Stop the Service Engine. |
public void | stop(String serviceUnitName) Stop the deployment. |
public String | undeploy(String serviceUnitName, String serviceUnitRootPath) Undeploy a Service Unit from the component.
Parameters: serviceUnitName - the name of the Service Unit being undeployed. Parameters: serviceUnitRootPath - the full path to the Service Unit artifactroot directory. |