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: 602718 $ $Date: 2007-12-09 20:06:11 +0100 (So, 09. Dez 2007) $
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 OpenEJB development community. All Rights Reserved.