|
|||||||||||
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.ContainerInfo
org.openejb.alt.assembler.classic.xml.Container
A subclass of ContainerInfo filled with data from an XML file. Populates the member variables of ContainerInfo in this classes initializeFromDOM method.
ContainerInfo
,
Serialized FormField Summary | |
static String |
CLASSNAME
Represents the codebase element in the XML config file. |
static String |
CODEBASE
Represents the codebase element in the XML config file. |
static String |
CONTAINER_NAME
Represents the container-name element in the XML config file. |
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. |
Fields inherited from class org.openejb.alt.assembler.classic.ContainerInfo |
className, codebase, containerName, containerType, description, displayName, ejbeans, ENTITY_CONTAINER, properties, STATEFUL_SESSION_CONTAINER, STATELESS_SESSION_CONTAINER |
Constructor Summary | |
Container()
|
Method Summary | |
static void |
initializeFromDOM(Node node,
ContainerInfo container)
Parses out the values needed by this DomObject from the DOM Node passed in. |
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 CONTAINER_NAME
public static final String CODEBASE
public static final String CLASSNAME
Constructor Detail |
public Container()
Method Detail |
public static void initializeFromDOM(Node node, ContainerInfo container) throws OpenEJBException
OpenEJBException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |