| |
|
| java.lang.Object com.sun.jbi.framework.AbstractComponent com.sun.jbi.framework.Binding
All known Subclasses: com.sun.jbi.framework.BindingUpgrade,
Binding | public class Binding extends AbstractComponent (Code) | | This is an implementation of a Binding Component that is purely for
unit testing. It does nothing other than log messages when its methods
are called.
author: Sun Microsystems, Inc. |
Constructor Summary | |
public | Binding() Public constructor. |
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 void | init(ComponentContext context) Initialize the Binding Component. | public void | init(String serviceUnitName, String serviceUnitRootPath) Initialize the deployment. | public void | shutDown() Shut down the Binding Component. | public void | shutDown(String serviceUnitName) Shut down the deployment. | public void | start() Start the Binding Component. | public void | start(String serviceUnitName) Start the deployment. | public void | stop() Stop the Binding Component. | 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. |
Binding | public Binding()(Code) | | Public constructor.
|
|
|
|