|
||||||||||
| 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.FacilitiesInfo
org.openejb.alt.assembler.classic.xml.Facilities
public class Facilities
A subclass of FacilitiesInfo filled with data from an XML file. Populates the member variables of FacilitiesInfo in this classes initializeFromDOM method.
FacilitiesInfo,
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
CONNECTION_MANAGER
Represents the connection-manager element in the XML config file. |
static java.lang.String |
CONNECTOR
Represents the connector element in the XML config file. |
static java.lang.String |
CONNECTORS
Represents the connectors element in the XML config file. |
static java.lang.String |
INTRA_VM_SERVER
Represents the intra-vm-server element in the XML config file. |
static java.lang.String |
JNDI_CONTEXT
Represents the jndi-context element in the XML config file. |
static java.lang.String |
NODES
Represents the nodes element in the XML config file. |
static java.lang.String |
REMOTE_JNDI_CONTEXTS
Represents the remote-jndi-contexts element in the XML config file. |
static java.lang.String |
SECURITY_SERVICE
Represents the security-service element in the XML config file. |
static java.lang.String |
SERVICES
Represents the services element in the XML config file. |
static java.lang.String |
TRANSACTION_SERVICE
Represents the transaction-service element in the XML config file. |
| Fields inherited from class org.openejb.alt.assembler.classic.FacilitiesInfo |
|---|
connectionManagers, connectors, intraVmServer, remoteJndiContexts, securityService, transactionService |
| Constructor Summary | |
|---|---|
Facilities()
|
|
| Method Summary | |
|---|---|
void |
initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject 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 INTRA_VM_SERVER
public static final java.lang.String REMOTE_JNDI_CONTEXTS
public static final java.lang.String JNDI_CONTEXT
public static final java.lang.String CONNECTORS
public static final java.lang.String CONNECTOR
public static final java.lang.String CONNECTION_MANAGER
public static final java.lang.String NODES
public static final java.lang.String SERVICES
public static final java.lang.String SECURITY_SERVICE
public static final java.lang.String TRANSACTION_SERVICE
| Constructor Detail |
|---|
public Facilities()
| Method Detail |
|---|
public void initializeFromDOM(org.w3c.dom.Node node)
throws OpenEJBException
initializeFromDOM in interface DomObjectOpenEJBExceptionNode
public void serializeToDOM(org.w3c.dom.Node node)
throws OpenEJBException
serializeToDOM in interface DomObjectOpenEJBException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||