| java.lang.Object com.sun.jbi.engine.sequencing.SequencingEngineSUManager
Method Summary | |
public String | deploy(String suId, String suPath) This method is called by the framework when a deployment request comes
for the file binding.
Parameters: suId - Service unit id. Parameters: suPath - Service unit path. | public String[] | getDeployments() Returns a list of all application sub-assemblies (ASA's) currently
deployed in to the named component. | public void | init(String suId, String suPath) This method is called by the framework when the deployment has to be \
initialised , just before starting it. | public void | setValues(ComponentContext ctx, ServiceManager manager) Sets the component context, and SU manager. | public void | shutDown(String str) Shuts down the service unit. | public void | start(String suId) Starts an SU. | public void | stop(String suId) Stops an SU. | public String | undeploy(String suId, String suPath) Undeploys an SU.
Parameters: suId - su id. Parameters: suPath - su path. |
SequencingEngineSUManager | public SequencingEngineSUManager()(Code) | | Creates a new instance of FileBindingSUManager.
|
getDeployments | public String[] getDeployments()(Code) | | Returns a list of all application sub-assemblies (ASA's) currently
deployed in to the named component. This method is a convenient
wrapper for the same operation in the DeployerMBean.
array of SU UUID strings. |
setValues | public void setValues(ComponentContext ctx, ServiceManager manager)(Code) | | Sets the component context, and SU manager.
Parameters: ctx - component context. Parameters: manager - su manager. |
|
|