|
||||||||||
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.ContainerSystemInfo
org.openejb.alt.assembler.classic.xml.ContainerSystem
public class ContainerSystem
A subclass of ContainerSystemInfo filled with data from an XML file. Populates the member variables of ContainerSystemInfo in this classes initializeFromDOM method.
ContainerSystemInfo
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
CMP_ENTITY_CONTAINER
Represents the cmp-entity-container element in the XML config file. |
static java.lang.String |
CONTAINERS
Represents the containers element in the XML config file. |
static java.lang.String |
ENTITY_CONTAINER
Represents the entity-container element in the XML config file. |
static java.lang.String |
METHOD_PERMISSION
Represents the method-permission element in the XML config file. |
static java.lang.String |
METHOD_TRANSACTION
Represents the method-transaction element in the XML config file. |
static java.lang.String |
SECURITY_ROLE
Represents the security-role element in the XML config file. |
static java.lang.String |
STATEFUL_SESSION_CONTAINER
Represents the stateful-session-container element in the XML config file. |
static java.lang.String |
STATELESS_SESSION_CONTAINER
Represents the stateless-session-container element in the XML config file. |
Fields inherited from class org.openejb.alt.assembler.classic.ContainerSystemInfo |
---|
containers, ejbJars, enterpriseBeans, entityContainers, methodPermissions, methodTransactions, securityRoles, statefulContainers, statelessContainers |
Constructor Summary | |
---|---|
ContainerSystem()
|
Method Summary | |
---|---|
void |
initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this InfoObject from the DOM Node passed in. |
void |
serializeToDOM(org.w3c.dom.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 java.lang.String CONTAINERS
public static final java.lang.String ENTITY_CONTAINER
public static final java.lang.String CMP_ENTITY_CONTAINER
public static final java.lang.String STATEFUL_SESSION_CONTAINER
public static final java.lang.String STATELESS_SESSION_CONTAINER
public static final java.lang.String SECURITY_ROLE
public static final java.lang.String METHOD_PERMISSION
public static final java.lang.String METHOD_TRANSACTION
Constructor Detail |
---|
public ContainerSystem()
Method Detail |
---|
public void initializeFromDOM(org.w3c.dom.Node node) throws OpenEJBException
initializeFromDOM
in interface DomObject
OpenEJBException
public void serializeToDOM(org.w3c.dom.Node node) throws OpenEJBException
serializeToDOM
in interface DomObject
OpenEJBException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |