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.
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.
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. a deployment status message. throws: javax.jbi.management.DeploymentException - if the deploymentoperation is unsuccessful.
Initialize the Binding Component.
Parameters: context - the JBI component context created by the JBI framework. throws: javax.jbi.JBIException - if an error occurs.
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. an undeployment status message. throws: javax.jbi.management.DeploymentException - if the undeploymentoperation is unsuccessful.
Fields inherited from com.sun.jbi.framework.AbstractComponent