|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.components.util.ServiceUnitManagerSupport
public class ServiceUnitManagerSupport
component-supplied methods for managing Service Unit deployments
| Constructor Summary | |
|---|---|
ServiceUnitManagerSupport()
|
|
| Method Summary | |
|---|---|
String |
deploy(String serviceUnitName,
String serviceUnitRootPath)
Deploy a Service Unit to the Component |
void |
init(String serviceUnitName,
String serviceUnitRootPath)
Initialize Deployment |
void |
shutDown(String saerviceUnitName)
shutdown |
void |
start(String serviceUnitName)
start the deployment |
void |
stop(String serviceUnitName)
stop the deployment |
String |
undeploy(String serviceUnitName,
String serviceUnitRootPath)
Undeploy a Service Unit form the Component |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceUnitManagerSupport()
| Method Detail |
|---|
public String deploy(String serviceUnitName,
String serviceUnitRootPath)
throws javax.jbi.management.DeploymentException
deploy in interface javax.jbi.component.ServiceUnitManagerserviceUnitName - serviceUnitRootPath -
javax.jbi.management.DeploymentException
public void init(String serviceUnitName,
String serviceUnitRootPath)
throws javax.jbi.management.DeploymentException
init in interface javax.jbi.component.ServiceUnitManagerserviceUnitName - serviceUnitRootPath -
javax.jbi.management.DeploymentException
public void shutDown(String saerviceUnitName)
throws javax.jbi.management.DeploymentException
shutDown in interface javax.jbi.component.ServiceUnitManagersaerviceUnitName -
javax.jbi.management.DeploymentException
public void start(String serviceUnitName)
throws javax.jbi.management.DeploymentException
start in interface javax.jbi.component.ServiceUnitManagerserviceUnitName -
javax.jbi.management.DeploymentException
public void stop(String serviceUnitName)
throws javax.jbi.management.DeploymentException
stop in interface javax.jbi.component.ServiceUnitManagerserviceUnitName -
javax.jbi.management.DeploymentException
public String undeploy(String serviceUnitName,
String serviceUnitRootPath)
throws javax.jbi.management.DeploymentException
undeploy in interface javax.jbi.component.ServiceUnitManagerserviceUnitName - serviceUnitRootPath -
javax.jbi.management.DeploymentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||