org.apache.openejb.config
Class DeploymentImpl
java.lang.Object
org.apache.openejb.config.DeploymentImpl
- All Implemented Interfaces:
- Deployment
public class DeploymentImpl
- extends Object
- implements Deployment
- Version:
- $Rev: 1153797 $ $Date: 2011-08-04 09:09:44 +0000 (Thu, 04 Aug 2011) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentImpl
public DeploymentImpl(URI uri,
String user,
String password)
getUri
public URI getUri()
getUser
public String getUser()
getPassword
public String getPassword()
release
public void release()
- Specified by:
release in interface Deployment
getProperties
public Properties getProperties()
- Specified by:
getProperties in interface Deployment
list
public Set<String> list(String type,
String state,
Set<String> targets)
throws DeploymentException
- Specified by:
list in interface Deployment
- Throws:
DeploymentException
deploy
public Set<String> deploy(Set<String> targets,
File file)
throws DeploymentException
- Specified by:
deploy in interface Deployment
- Throws:
DeploymentException
start
public Set<String> start(Set<String> modules)
throws DeploymentException
- Specified by:
start in interface Deployment
- Throws:
DeploymentException
stop
public Set<String> stop(Set<String> modules)
throws DeploymentException
- Specified by:
stop in interface Deployment
- Throws:
DeploymentException
restart
public Set<String> restart(Set<String> modules)
throws DeploymentException
- Specified by:
restart in interface Deployment
- Throws:
DeploymentException
undeploy
public Set<String> undeploy(Set<String> modules)
throws DeploymentException
- Specified by:
undeploy in interface Deployment
- Throws:
DeploymentException
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.