| java.lang.Object com.sun.jbi.binding.jms.deploy.JMSBindingSUManager
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 - path to the su. | public String[] | getDeployments() Returns a list of all Service units (SUs) 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, EndpointManager manager, JMSBindingResolver reslv) Sets values for JMSBindingSUManager. | public void | shutDown(String suId) Shut down the service unit. | public void | start(String suId) Starts the SU. | public void | stop(String suId) Stops the SU. | public String | undeploy(String suId, String suPath) Undeploys the Service unit.
Parameters: suId - service unit ID. Parameters: suPath - service unit path. |
JMSBindingSUManager | public JMSBindingSUManager()(Code) | | Creates a new JMSBindingSUManager object.
|
getDeployments | public String[] getDeployments()(Code) | | Returns a list of all Service units (SUs) 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. |
|
|