Uses of Class
org.ow2.jonas.deployment.ejb.xml.AssemblyDescriptor

Packages that use AssemblyDescriptor
org.ow2.jonas.deployment.ejb   
org.ow2.jonas.deployment.ejb.xml   
 

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

Fields in org.ow2.jonas.deployment.ejb declared as AssemblyDescriptor
protected  AssemblyDescriptor DeploymentDesc.asd
          Assembly descriptor
 

Methods in org.ow2.jonas.deployment.ejb with parameters of type AssemblyDescriptor
protected abstract  BeanDesc DeploymentDesc.newEntityBeanDesc(ClassLoader cl, Entity ent, AssemblyDescriptor asd, JonasEntity j, JLinkedList jMDRList)
          In case of beans with old CMP1 persistance, we need to instanciate the old class, as if we were in an old Deployment Descriptor.
protected  BeanDesc DeploymentDescEjb1_1.newEntityBeanDesc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList)
           
protected  BeanDesc DeploymentDescEjb2.newEntityBeanDesc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList)
          In case of beans with old CMP1 persistance, we need to instanciate the old class, as if we were in an old Deployment Descriptor.
protected  void BeanDesc.verifyRoleName(AssemblyDescriptor asd)
          Check that there are always corresponding role-name element in security-role and method-permission elements.
 

Constructors in org.ow2.jonas.deployment.ejb with parameters of type AssemblyDescriptor
BeanDesc(ClassLoader classLoader, CommonEjb ejb, JonasCommonEjb jonasEjb, AssemblyDescriptor asd, JLinkedList jMDRList, String fileName)
          Constructor to be used by parent node
EntityBmpDesc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList, String fileName)
          constructor to be used by parent node
EntityCmp1Desc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList, String fileName)
          constructor to be used by parent node
EntityCmp2Desc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, DeploymentDescEjb2 dc2d, JLinkedList jMDRList, String fileName)
          constructor: called when the DeploymentDescriptor is read.
EntityCmpDesc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList, String fileName)
          constructor to be used by parent node.
EntityDesc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList, String fileName)
          constructor to be used by parent node
EntityJdbcCmp1Desc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, JLinkedList jMDRList, String fileName)
          constructor: called when the DeploymentDescriptor is read.
EntityJdbcCmp2Desc(ClassLoader classLoader, Entity ent, AssemblyDescriptor asd, JonasEntity jEnt, DeploymentDescEjb2 dc2d, JLinkedList jMDRList, String fileName)
          constructor: called when the DeploymentDescriptor is read.
SessionDesc(ClassLoader classLoader, Session ses, AssemblyDescriptor asd, JonasSession jSes, JLinkedList jMDRList, String filename)
          constructor: called when the DeploymentDescriptor is read.
SessionStatefulDesc(ClassLoader classLoader, Session ses, AssemblyDescriptor asd, JonasSession jSes, JLinkedList jMDRList, String filename)
          constructor: called when the DeploymentDescriptor is read.
SessionStatelessDesc(ClassLoader classLoader, Session ses, AssemblyDescriptor asd, JonasSession jSes, JLinkedList jMDRList, String filename)
          constructor: called when the DeploymentDescriptor is read.
 

Uses of AssemblyDescriptor in org.ow2.jonas.deployment.ejb.xml
 

Methods in org.ow2.jonas.deployment.ejb.xml that return AssemblyDescriptor
 AssemblyDescriptor EjbJar.getAssemblyDescriptor()
          Gets the assembly-descriptor
 

Methods in org.ow2.jonas.deployment.ejb.xml with parameters of type AssemblyDescriptor
 void EjbJar.setAssemblyDescriptor(AssemblyDescriptor assemblyDescriptor)
          Set the assembly-descriptor
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.