| java.lang.Object com.sun.jbi.engine.sequencing.SequencingEngineSUManager
SequencingEngineSUManager | public class SequencingEngineSUManager implements javax.jbi.component.ServiceUnitManager,SequencingEngineResources(Code) | | Service unit manager for SE.
author: Sun Microsystems, Inc. |
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.
|
deploy | public String deploy(String suId, String suPath) throws javax.jbi.management.DeploymentException(Code) | | 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. status message. throws: javax.jbi.management.DeploymentException - deploy exception. throws: DeploymentException - |
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. |
init | public void init(String suId, String suPath) throws javax.jbi.management.DeploymentException(Code) | | This method is called by the framework when the deployment has to be \
initialised , just before starting it.
Parameters: suId - service unit id. Parameters: suPath - service unit path. throws: javax.jbi.management.DeploymentException - DeploymentException throws: DeploymentException - |
setValues | public void setValues(ComponentContext ctx, ServiceManager manager)(Code) | | Sets the component context, and SU manager.
Parameters: ctx - component context. Parameters: manager - su manager. |
shutDown | public void shutDown(String str) throws javax.jbi.management.DeploymentException(Code) | | Shuts down the service unit.
Parameters: str - su id. throws: javax.jbi.management.DeploymentException - depl exception |
start | public void start(String suId) throws javax.jbi.management.DeploymentException(Code) | | Starts an SU.
Parameters: suId - su id. throws: javax.jbi.management.DeploymentException - DeploymentException throws: DeploymentException - |
stop | public void stop(String suId) throws javax.jbi.management.DeploymentException(Code) | | Stops an SU.
Parameters: suId - su id. throws: javax.jbi.management.DeploymentException - DeploymentException throws: DeploymentException - |
undeploy | public String undeploy(String suId, String suPath) throws javax.jbi.management.DeploymentException(Code) | | Undeploys an SU.
Parameters: suId - su id. Parameters: suPath - su path. management message string. throws: javax.jbi.management.DeploymentException - DeploymentException throws: DeploymentException - |
|
|