org.apache.openejb.config
Class Undeploy

java.lang.Object
  extended by org.apache.openejb.config.Undeploy

public class Undeploy
extends Object

UnDeploy EJB beans


Nested Class Summary
static class Undeploy.DeploymentTerminatedException
           
 
Constructor Summary
Undeploy()
           
 
Method Summary
static void main(String[] args)
           
static void undeploy(String moduleId, Deployer deployer)
           
static void undeploy(String moduleId, File file, Deployer deployer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Undeploy

public Undeploy()
Method Detail

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.