|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.alt.assembler.classic.InfoObject
org.openejb.alt.assembler.classic.EnterpriseBeanInfo
org.openejb.alt.assembler.classic.xml.EnterpriseBean
A subclass of EnterpriseBeanInfo filled with data from an XML file. Populates the member variables of EnterpriseBeanInfo in this classes initializeFromDOM method.
EnterpriseBeanInfo
,
Serialized FormField Summary | |
static String |
DESCRIPTION
Represents the description element in the XML config file. |
static String |
DISPLAY_NAME
Represents the display-name element in the XML config file. |
static String |
EJB_CLASS
Represents the ejb-class element in the XML config file. |
static String |
EJB_DEPLOYMENT_ID
Represents the ejb-deployment-id element in the XML config file. |
static String |
HOME
Represents the home element in the XML config file. |
static String |
JNDI_ENC
Represents the jndi-enc element in the XML config file. |
static String |
LARGE_ICON
Represents the large-icon element in the XML config file. |
static String |
REMOTE
Represents the remote element in the XML config file. |
static String |
SECURITY_ROLE_REF
Represents the security-role-ref element in the XML config file. |
static String |
SMALL_ICON
Represents the small-icon element in the XML config file. |
Fields inherited from class org.openejb.alt.assembler.classic.EnterpriseBeanInfo |
codebase, description, displayName, ejbClass, ejbDeploymentId, ejbName, ENTITY, home, jndiEnc, largeIcon, local, localHome, remote, securityRoleReferences, smallIcon, STATEFUL, STATELESS, transactionType, type |
Constructor Summary | |
EnterpriseBean()
|
Method Summary | |
static void |
initializeFromDOM(Node node,
EnterpriseBeanInfo beanInfo)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
serializeToDOM(Node node)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String DESCRIPTION
public static final String DISPLAY_NAME
public static final String SMALL_ICON
public static final String LARGE_ICON
public static final String EJB_DEPLOYMENT_ID
public static final String HOME
public static final String REMOTE
public static final String EJB_CLASS
public static final String JNDI_ENC
public static final String SECURITY_ROLE_REF
Constructor Detail |
public EnterpriseBean()
Method Detail |
public static void initializeFromDOM(Node node, EnterpriseBeanInfo beanInfo) throws OpenEJBException
OpenEJBException
public void serializeToDOM(Node node) throws OpenEJBException
OpenEJBException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |