org.apache.openejb.config
Interface Deployment
- All Known Implementing Classes:
- DeploymentImpl
public interface Deployment
- Version:
- $Rev: 1153797 $ $Date: 2011-08-04 02:09:44 -0700 (Thu, 04 Aug 2011) $
release
void release()
getProperties
Properties getProperties()
list
Set<String> list(String type,
String state,
Set<String> targets)
throws DeploymentException
- Throws:
DeploymentException
deploy
Set<String> deploy(Set<String> targets,
File file)
throws DeploymentException
- Throws:
DeploymentException
start
Set<String> start(Set<String> modules)
throws DeploymentException
- Throws:
DeploymentException
stop
Set<String> stop(Set<String> modules)
throws DeploymentException
- Throws:
DeploymentException
restart
Set<String> restart(Set<String> modules)
throws DeploymentException
- Throws:
DeploymentException
undeploy
Set<String> undeploy(Set<String> modules)
throws DeploymentException
- Throws:
DeploymentException
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.