Uses of Class
org.ow2.jonas.deployment.ejb.DeploymentDesc

Packages that use DeploymentDesc
org.ow2.jonas.deployment.ejb   
org.ow2.jonas.deployment.ejb.lib   
org.ow2.jonas.deployment.ejb.wrapper   
org.ow2.jonas.generators.genic   
org.ow2.jonas.lib.ejb21   
 

Uses of DeploymentDesc in org.ow2.jonas.deployment.ejb
 

Subclasses of DeploymentDesc in org.ow2.jonas.deployment.ejb
 class DeploymentDescEjb1_1
          Class to hold meta-information related to the deployment of an ejb-jar 1.1
 class DeploymentDescEjb2
          Class to hold meta-information related to the deployment of an ejb-jar This subclass is for specification EJB 2.x, i.e.
 

Fields in org.ow2.jonas.deployment.ejb declared as DeploymentDesc
protected  DeploymentDesc BeanDesc.deploymentDesc
          DeploymentDesc parent of this BeanDesc
 

Methods in org.ow2.jonas.deployment.ejb that return DeploymentDesc
 DeploymentDesc BeanDesc.getDeploymentDesc()
           
 

Methods in org.ow2.jonas.deployment.ejb with parameters of type DeploymentDesc
 void BeanDesc.setDeploymentDesc(DeploymentDesc deploymentDesc)
          Set the parent deployment descriptor
 

Uses of DeploymentDesc in org.ow2.jonas.deployment.ejb.lib
 

Methods in org.ow2.jonas.deployment.ejb.lib that return DeploymentDesc
static DeploymentDesc EjbDeploymentDescManager.getDeploymentDesc(String ejbjar, ClassLoader ejbLoader)
          Factory method using the ejb-jar file name.
static DeploymentDesc EjbDeploymentDescManager.getDeploymentDesc(String ejbJarXmlFileName, String jonasEjbJarXmlFileName, String jarFileName)
          Factory method using deployment descriptor and Jonas deployment descriptor file names.
 DeploymentDesc EjbDeploymentDescManager.getDeploymentDesc(URL url, ClassLoader ejbLoader, ClassLoader earLoader)
          Get the specified ejb deployment descriptor and put it in the cache if it is not in.
 

Methods in org.ow2.jonas.deployment.ejb.lib with parameters of type DeploymentDesc
 String EjbDeploymentDescManager.getJndiName(URL currentFile, String ejbLink, ClassLoader earCl, String ejbType, DeploymentDesc deploymentDesc, boolean isEjbRef)
          Return the JNDI name from the ejbLink string.
 

Uses of DeploymentDesc in org.ow2.jonas.deployment.ejb.wrapper
 

Methods in org.ow2.jonas.deployment.ejb.wrapper that return DeploymentDesc
static DeploymentDesc EjbManagerWrapper.getDeploymentDesc(URL url, ClassLoader moduleCL, ClassLoader earCL)
          Wrap EjbDeploymentDescManager.getInstance().getDeploymentDesc()
 

Uses of DeploymentDesc in org.ow2.jonas.generators.genic
 

Constructors in org.ow2.jonas.generators.genic with parameters of type DeploymentDesc
GenIC(DeploymentDesc ejbJarDesc, GenICParameters gp)
          GenIC Constructor: generates the container classes sources of each beans.
 

Uses of DeploymentDesc in org.ow2.jonas.lib.ejb21
 

Constructors in org.ow2.jonas.lib.ejb21 with parameters of type DeploymentDesc
JContainer(String name, String extFileName, String file, ClassLoader ld, DeploymentDesc dd, CmiService cmiService, HaService haService, IJAXRPCService jaxrpService, MBeanServer jmxserver, ResourceService resService)
          constructor
PermissionManager(DeploymentDesc ejbDeploymentDesc, String contextId)
          Default Constructor
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.