public class OdeSUManager
extends java.lang.Object
implements javax.jbi.component.ServiceUnitManager
| Constructor and Description |
|---|
OdeSUManager(OdeContext odeContext) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
deploy(java.lang.String serviceUnitID,
java.lang.String serviceUnitRootPath) |
void |
init(java.lang.String serviceUnitID,
java.lang.String serviceUnitRootPath) |
void |
shutDown(java.lang.String serviceUnitID) |
void |
start(java.lang.String serviceUnitID) |
void |
stop(java.lang.String serviceUnitID)
Stop the deployment.
|
java.lang.String |
undeploy(java.lang.String serviceUnitID,
java.lang.String serviceUnitRootPath)
Cancel a Service Deployment.
|
public OdeSUManager(OdeContext odeContext)
public java.lang.String deploy(java.lang.String serviceUnitID,
java.lang.String serviceUnitRootPath)
throws javax.jbi.management.DeploymentException
deploy in interface javax.jbi.component.ServiceUnitManagerjavax.jbi.management.DeploymentExceptionpublic void init(java.lang.String serviceUnitID,
java.lang.String serviceUnitRootPath)
throws javax.jbi.management.DeploymentException
init in interface javax.jbi.component.ServiceUnitManagerjavax.jbi.management.DeploymentExceptionpublic void shutDown(java.lang.String serviceUnitID)
throws javax.jbi.management.DeploymentException
shutDown in interface javax.jbi.component.ServiceUnitManagerjavax.jbi.management.DeploymentExceptionpublic void start(java.lang.String serviceUnitID)
throws javax.jbi.management.DeploymentException
start in interface javax.jbi.component.ServiceUnitManagerjavax.jbi.management.DeploymentExceptionpublic void stop(java.lang.String serviceUnitID)
throws javax.jbi.management.DeploymentException
stop in interface javax.jbi.component.ServiceUnitManagerserviceUnitID - service unit IDjavax.jbi.management.DeploymentException - deployment exceptionpublic java.lang.String undeploy(java.lang.String serviceUnitID,
java.lang.String serviceUnitRootPath)
throws javax.jbi.management.DeploymentException
undeploy in interface javax.jbi.component.ServiceUnitManagerserviceUnitID - -
ID of the Service Unit being undeployedserviceUnitRootPath - -
Full path to the Service Unit root.javax.jbi.management.DeploymentException - deployment exception