Uses of Class
org.objectweb.jonas_ejb.deployment.api.BeanDesc

Packages that use BeanDesc
org.objectweb.jonas_ejb.container   
org.objectweb.jonas_ejb.deployment.api   
org.objectweb.jonas_ejb.deployment.lib   
org.objectweb.jonas_ejb.genic   
org.objectweb.jonas_lib.genbase.archive   
org.objectweb.jonas.container.mbean   
 

Uses of BeanDesc in org.objectweb.jonas_ejb.container
 

Fields in org.objectweb.jonas_ejb.container declared as BeanDesc
protected  BeanDesc JLocalHome.dd
           
protected  BeanDesc JHome.dd
           
protected  BeanDesc JFactory.dd
           
 

Methods in org.objectweb.jonas_ejb.container that return BeanDesc
 BeanDesc JHome.getDd()
           
 BeanDesc BeanFactory.getDeploymentDescriptor()
          Get the Deployement descriptor of this Ejb
 BeanDesc JFactory.getDeploymentDescriptor()
          Get the Deployement descriptor of this Ejb
 

Methods in org.objectweb.jonas_ejb.container 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.objectweb.jonas_ejb.container 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.
 

Uses of BeanDesc in org.objectweb.jonas_ejb.deployment.api
 

Subclasses of BeanDesc in org.objectweb.jonas_ejb.deployment.api
 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.objectweb.jonas_ejb.deployment.api declared as BeanDesc
protected  BeanDesc MethodDesc.beanDesc
           
 

Methods in org.objectweb.jonas_ejb.deployment.api 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  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 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.
 

Constructors in org.objectweb.jonas_ejb.deployment.api 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.objectweb.jonas_ejb.deployment.lib
 

Methods in org.objectweb.jonas_ejb.deployment.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.objectweb.jonas_ejb.genic
 

Methods in org.objectweb.jonas_ejb.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.objectweb.jonas_ejb.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.objectweb.jonas_lib.genbase.archive
 

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

Uses of BeanDesc in org.objectweb.jonas.container.mbean
 

Fields in org.objectweb.jonas.container.mbean declared as BeanDesc
protected  BeanDesc EJB.desc
          Bean Deployment Descriptor.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.