javax.jbi.component
Interface ServiceUnitManager
public interface ServiceUnitManager
deploy
String deploy(String serviceUnitName,
String serviceUnitRootPath)
throws DeploymentException
- Throws:
DeploymentException
init
void init(String serviceUnitName,
String serviceUnitRootPath)
throws DeploymentException
- Throws:
DeploymentException
start
void start(String serviceUnitName)
throws DeploymentException
- Throws:
DeploymentException
stop
void stop(String serviceUnitName)
throws DeploymentException
- Throws:
DeploymentException
shutDown
void shutDown(String serviceUnitName)
throws DeploymentException
- Throws:
DeploymentException
undeploy
String undeploy(String serviceUnitName,
String serviceUnitRootPath)
throws DeploymentException
- Throws:
DeploymentException
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.