org.apache.openejb.assembler
Class DeployerEjb
java.lang.Object
org.apache.openejb.assembler.DeployerEjb
- All Implemented Interfaces:
- Deployer
public class DeployerEjb
- extends java.lang.Object
- implements Deployer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployerEjb
public DeployerEjb()
getUniqueFile
public java.lang.String getUniqueFile()
- Specified by:
getUniqueFile
in interface Deployer
getDeployedApps
public java.util.Collection<AppInfo> getDeployedApps()
- Specified by:
getDeployedApps
in interface Deployer
deploy
public AppInfo deploy(java.lang.String location)
throws OpenEJBException
- Specified by:
deploy
in interface Deployer
- Throws:
OpenEJBException
deploy
public AppInfo deploy(java.util.Properties properties)
throws OpenEJBException
- Specified by:
deploy
in interface Deployer
- Throws:
OpenEJBException
deploy
public AppInfo deploy(java.lang.String location,
java.util.Properties properties)
throws OpenEJBException
- Specified by:
deploy
in interface Deployer
- Throws:
OpenEJBException
undeploy
public void undeploy(java.lang.String moduleId)
throws UndeployException,
NoSuchApplicationException
- Specified by:
undeploy
in interface Deployer
- Throws:
UndeployException
NoSuchApplicationException
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.