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

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

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

Methods in org.ow2.jonas.deployment.ejb with parameters of type JonasEntity
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.
 

Constructors in org.ow2.jonas.deployment.ejb with parameters of type JonasEntity
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.
 

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

Methods in org.ow2.jonas.deployment.ejb.xml with parameters of type JonasEntity
 void JonasEjbJar.addJonasEntity(JonasEntity jonasEntity)
          Add a new jonas-entity element to this object
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.