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

Packages that use BeanDesc
org.ow2.jonas.deployment.ejb   
org.ow2.jonas.deployment.ejb.lib   
org.ow2.jonas.ejb2.internal.mbean   
org.ow2.jonas.generators.genbase.archive   
org.ow2.jonas.generators.genic   
org.ow2.jonas.lib.ejb21   
 

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

Subclasses of BeanDesc in org.ow2.jonas.deployment.ejb
 class EntityBmpDesc
          Class to hold meta-information related to an entity of type BMP.
 class EntityCmp1Desc
          Class to hold meta-information related to an entity of type CMP version 1.x.
 class EntityCmp2Desc
          Class to hold meta-information related to an entity of type CMP version 2.
 class EntityCmpDesc
          Base class to hold meta-information related to an entity of type CMP.
 class EntityDesc
          Base class to hold meta-information related to an entity bean.
 class EntityJdbcCmp1Desc
          Class to hold meta-information related to an CMP v1 entity bean with jdbc data store.
 class EntityJdbcCmp2Desc
          Class to hold meta-information related to an CMP v2 entity bean with jdbc data store.
 class MessageDrivenDesc
          Class to hold meta-information related to a message driven bean
 class SessionDesc
          Base class to hold meta-information related to a session bean.
 class SessionStatefulDesc
          class to hold meta-information related to a stateful session bean.
 class SessionStatelessDesc
          class to hold meta-information related to a stateless session bean.
 

Fields in org.ow2.jonas.deployment.ejb declared as BeanDesc
protected  BeanDesc MethodDesc.beanDesc
           
 

Methods in org.ow2.jonas.deployment.ejb that return BeanDesc
 BeanDesc[] DeploymentDesc.getBeanDesc()
          Get descriptors for all beans contained in jar file
 BeanDesc MethodDesc.getBeanDesc()
          get the parent node
 BeanDesc DeploymentDesc.getBeanDesc(String ejbName)
          Get bean descriptor given its name
 BeanDesc DeploymentDesc.getBeanDescWithLocalInterface(String itfLocalName)
          Get bean descriptor given its interface local name
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 BeanDesc
MethodDesc(BeanDesc beanDesc, Method meth, Class clDef, int index)
          constructor to be used by parent node
MethodJdbcCmp1Desc(BeanDesc beanDesc, Method meth, Class classDef, int index)
          constructor to be used by parent node
 

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

Methods in org.ow2.jonas.deployment.ejb.lib with parameters of type BeanDesc
protected  void EjbDeploymentDescManager.checkTypeUsage(URL url, String mdType, String mdUsage, BeanDesc bd)
          Check if the type & usage of the message-destination-ref is correct.
 

Uses of BeanDesc in org.ow2.jonas.ejb2.internal.mbean
 

Fields in org.ow2.jonas.ejb2.internal.mbean declared as BeanDesc
protected  BeanDesc EJB.desc
          Bean Deployment Descriptor.
 

Uses of BeanDesc in org.ow2.jonas.generators.genbase.archive
 

Constructors in org.ow2.jonas.generators.genbase.archive with parameters of type BeanDesc
Ejb(BeanDesc bd, Element bean)
          Creates a new Ejb from a BeanDesc
 

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

Methods in org.ow2.jonas.generators.genic with parameters of type BeanDesc
static org.apache.velocity.VelocityContext VContextFactory.create(BeanDesc dd, int srcType, org.objectweb.jorm.metainfo.api.Manager mgr)
          Creates the Velocity Context used to build the generated sources with the Velocity templates.
 

Constructors in org.ow2.jonas.generators.genic with parameters of type BeanDesc
BeanSources(BeanDesc beanDesc, GenICParameters gp, org.apache.velocity.app.VelocityEngine ve)
          BeanSources Constructor for bean that is not a entity with CMP2
 

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

Fields in org.ow2.jonas.lib.ejb21 declared as BeanDesc
protected  BeanDesc JFactory.dd
           
protected  BeanDesc JHome.dd
           
protected  BeanDesc JLocalHome.dd
           
 

Methods in org.ow2.jonas.lib.ejb21 that return BeanDesc
 BeanDesc JHome.getDd()
           
 BeanDesc JFactory.getDeploymentDescriptor()
          Get the Deployement descriptor of this Ejb
 BeanDesc BeanFactory.getDeploymentDescriptor()
          Get the Deployement descriptor of this Ejb
 

Methods in org.ow2.jonas.lib.ejb21 with parameters of type BeanDesc
 BeanFactory JContainer.addBean(BeanDesc dd)
          Adds beans in container.
 void JFactory.init(BeanDesc dd, JContainer cont)
          Init this object
 void JContainer.setBeanEnvironment(Context ctx, BeanDesc dd)
          Set the bean environment
 

Constructors in org.ow2.jonas.lib.ejb21 with parameters of type BeanDesc
JFactory(BeanDesc dd, JContainer cont)
          constructor (for session)
JHome(BeanDesc dd, JFactory bf)
          Constructor for the base class of the specific generated Home object.
JLocalHome(BeanDesc dd, JFactory bf)
          Constructor for the base class of the specific generated Home object.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.