org.apache.openejb.config
Interface Deployment
public interface Deployment
- Version:
- $Rev$ $Date$
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–2015 The Apache Software Foundation. All rights reserved.