| |
|
| java.lang.Object com.sun.jbi.framework.BindingBootstrap com.sun.jbi.framework.BindingBootstrapUpgrade
BindingBootstrapUpgrade | public class BindingBootstrapUpgrade extends BindingBootstrap (Code) | | This is an implementation of the bootstrap class for a Binding Component
that is purely for unit testing. It does nothing but log messages when
its methods are called.
author: Sun Microsystems, Inc. |
Method Summary | |
public void | upgrade(String workspaceRoot, List<String> serviceUnitRoots) Perform an upgrade of the component.
Parameters: workspaceRoot - the workspace root for the new version of thecomponent that will replace the currently installed version. |
upgrade | public void upgrade(String workspaceRoot, List<String> serviceUnitRoots) throws javax.jbi.JBIException(Code) | | Perform an upgrade of the component.
Parameters: workspaceRoot - the workspace root for the new version of thecomponent that will replace the currently installed version. This ispopulated with the contents of the original workspace root and thecomponent must update it to match the new version of the component. Parameters: serviceUnitRoots - a list of directory paths to all of the ServiceUnits currently deployed to the component. The component must update allof these to match the new version of the component. throws: javax.jbi.JBIException - when there is an error requiring that theupgrade be terminated. |
|
|
|