org.apache.openejb.config
Class Undeploy
java.lang.Object
org.apache.openejb.config.Undeploy
public class Undeploy
- extends Object
UnDeploy EJB beans
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Undeploy
public Undeploy()
main
public static void main(String[] args)
throws SystemExitException
- Throws:
SystemExitException
undeploy
public static void undeploy(String moduleId,
Deployer deployer)
throws UndeployException,
NoSuchApplicationException,
Undeploy.DeploymentTerminatedException
- Throws:
UndeployException
NoSuchApplicationException
Undeploy.DeploymentTerminatedException
undeploy
public static void undeploy(String moduleId,
File file,
Deployer deployer)
throws UndeployException,
NoSuchApplicationException,
Undeploy.DeploymentTerminatedException
- Throws:
UndeployException
NoSuchApplicationException
Undeploy.DeploymentTerminatedException
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.