|
||||||||||
| 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
public class 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 Form| Field Summary | |
|---|---|
static java.lang.String |
CLASSNAME
Represents the codebase element in the XML config file. |
static java.lang.String |
CODEBASE
Represents the codebase element in the XML config file. |
static java.lang.String |
CONTAINER_NAME
Represents the container-name element in the XML config file. |
static java.lang.String |
DESCRIPTION
Represents the description element in the XML config file. |
static java.lang.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(org.w3c.dom.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 java.lang.String DESCRIPTION
public static final java.lang.String DISPLAY_NAME
public static final java.lang.String CONTAINER_NAME
public static final java.lang.String CODEBASE
public static final java.lang.String CLASSNAME
| Constructor Detail |
|---|
public Container()
| Method Detail |
|---|
public static void initializeFromDOM(org.w3c.dom.Node node,
ContainerInfo container)
throws OpenEJBException
OpenEJBException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||