Uses of Class
org.openejb.assembler.EnterpriseBeanInfo

Packages that use EnterpriseBeanInfo
org.openejb.assembler   
 

Uses of EnterpriseBeanInfo in org.openejb.assembler
 

Subclasses of EnterpriseBeanInfo in org.openejb.assembler
 class EntityBeanInfo
          EntityBeanInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class StatefulBeanInfo
          StatefulBeanInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class StatelessBeanInfo
          StatelessBeanInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 

Fields in org.openejb.assembler declared as EnterpriseBeanInfo
 EnterpriseBeanInfo[] ContainerInfo.ejbeans
           
 

Methods in org.openejb.assembler with parameters of type EnterpriseBeanInfo
 CoreDeploymentInfo AssemblerTool.assembleDeploymentInfo(EnterpriseBeanInfo beanInfo)
          This method assembles a org.openejb.core.DeploymentInfo object from a EnterpriseBeanInfo configuration object of anyone of three types: EntityBeanInfo, StatelessBeanInfo, or StatefulBeanInfo.
 void AssemblerTool.applySecurityRoleReference(CoreDeploymentInfo deployment, EnterpriseBeanInfo beanInfo, AssemblerTool.RoleMapping roleMapping)
          Maps the security role references used by enterprise beans to their associated physical in the target environment.
protected  void AssemblerTool.bindJndiResourceRefs(EnterpriseBeanInfo bean, IvmContext root)
           
protected  void AssemblerTool.bindJndiBeanRefs(EnterpriseBeanInfo bean, IvmContext root)
           
protected  void AssemblerTool.bindJndiEnvEntries(EnterpriseBeanInfo bean, IvmContext root)
           
 



Copyright © 1999-2006 OpenEJB. All Rights Reserved.