Uses of Class
org.ow2.jonas.deployment.ear.EarDeploymentDescException

Packages that use EarDeploymentDescException
org.ow2.jonas.deployment.ear   
org.ow2.jonas.deployment.ear.lib   
org.ow2.jonas.deployment.ear.wrapper   
 

Uses of EarDeploymentDescException in org.ow2.jonas.deployment.ear
 

Constructors in org.ow2.jonas.deployment.ear that throw EarDeploymentDescException
EarDeploymentDesc(ClassLoader classLoaderForCls, Application application, JonasApplication jonasApplication)
          Construct an instance of a EarDeploymentDesc.
 

Uses of EarDeploymentDescException in org.ow2.jonas.deployment.ear.lib
 

Methods in org.ow2.jonas.deployment.ear.lib that throw EarDeploymentDescException
static EarDeploymentDesc EarDeploymentDescManager.getDeploymentDesc(org.ow2.util.ee.deploy.api.deployable.EARDeployable earDeployable, ClassLoader classLoaderForCls)
          Get an instance of an EAR deployment descriptor by parsing the application.xml deployment descriptor.
static Application EarDeploymentDescManager.loadApplication(Reader reader, String fileName)
          Load the application.xml file.
static JonasApplication EarDeploymentDescManager.loadJonasApplication(Reader reader, String fileName)
          Load the jonas-application.xml file.
 

Uses of EarDeploymentDescException in org.ow2.jonas.deployment.ear.wrapper
 

Methods in org.ow2.jonas.deployment.ear.wrapper that throw EarDeploymentDescException
static EarDeploymentDesc EarManagerWrapper.getDeploymentDesc(org.ow2.util.ee.deploy.api.deployable.EARDeployable earDeployable, ClassLoader cl)
          Wrap EarDeploymentDescManager.getDeploymentDesc(ear, cl).
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.