|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnterpriseBeanInfo | |
---|---|
org.openejb.alt.assembler.classic | The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler system architecture. |
org.openejb.alt.assembler.classic.xml | The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler xml system architecture. |
Uses of EnterpriseBeanInfo in org.openejb.alt.assembler.classic |
---|
Subclasses of EnterpriseBeanInfo in org.openejb.alt.assembler.classic | |
---|---|
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.alt.assembler.classic declared as EnterpriseBeanInfo | |
---|---|
EnterpriseBeanInfo[] |
ContainerInfo.ejbeans
|
EnterpriseBeanInfo[] |
ContainerSystemInfo.enterpriseBeans
|
EnterpriseBeanInfo[] |
EjbJarInfo.enterpriseBeans
|
Methods in org.openejb.alt.assembler.classic with parameters of type EnterpriseBeanInfo | |
---|---|
void |
AssemblerTool.applySecurityRoleReference(DeploymentInfo deployment,
EnterpriseBeanInfo beanInfo,
AssemblerTool.RoleMapping roleMapping)
Maps the security role references used by enterprise beans to their associated physical in the target environment. |
Uses of EnterpriseBeanInfo in org.openejb.alt.assembler.classic.xml |
---|
Subclasses of EnterpriseBeanInfo in org.openejb.alt.assembler.classic.xml | |
---|---|
class |
EnterpriseBean
A subclass of EnterpriseBeanInfo filled with data from an XML file. |
class |
EntityBean
A subclass of EntityBeanInfo filled with data from an XML file. |
class |
StatefulBean
A subclass of StatefulBeanInfo filled with data from an XML file. |
class |
StatelessBean
A subclass of StatelessBeanInfo filled with data from an XML file. |
Methods in org.openejb.alt.assembler.classic.xml with parameters of type EnterpriseBeanInfo | |
---|---|
static void |
EnterpriseBean.initializeFromDOM(org.w3c.dom.Node node,
EnterpriseBeanInfo beanInfo)
Parses out the values needed by this DomObject from the DOM Node passed in. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |