org.openejb.alt.assembler.classic.xml
Class Facilities

java.lang.Object
  |
  +--org.openejb.alt.assembler.classic.InfoObject
        |
        +--org.openejb.alt.assembler.classic.FacilitiesInfo
              |
              +--org.openejb.alt.assembler.classic.xml.Facilities
All Implemented Interfaces:
DomObject, java.io.Serializable

public class Facilities
extends FacilitiesInfo
implements DomObject

A subclass of FacilitiesInfo filled with data from an XML file. Populates the member variables of FacilitiesInfo in this classes initializeFromDOM method.

See Also:
FacilitiesInfo, #Facilities.initializeFromDOM, 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

INTRA_VM_SERVER

public static final java.lang.String INTRA_VM_SERVER
Represents the intra-vm-server element in the XML config file.

REMOTE_JNDI_CONTEXTS

public static final java.lang.String REMOTE_JNDI_CONTEXTS
Represents the remote-jndi-contexts element in the XML config file.

JNDI_CONTEXT

public static final java.lang.String JNDI_CONTEXT
Represents the jndi-context element in the XML config file.

CONNECTORS

public static final java.lang.String CONNECTORS
Represents the connectors element in the XML config file.

CONNECTOR

public static final java.lang.String CONNECTOR
Represents the connector element in the XML config file.

CONNECTION_MANAGER

public static final java.lang.String CONNECTION_MANAGER
Represents the connection-manager element in the XML config file.

NODES

public static final java.lang.String NODES
Represents the nodes element in the XML config file.

SERVICES

public static final java.lang.String SERVICES
Represents the services element in the XML config file.

SECURITY_SERVICE

public static final java.lang.String SECURITY_SERVICE
Represents the security-service element in the XML config file.

TRANSACTION_SERVICE

public static final java.lang.String TRANSACTION_SERVICE
Represents the transaction-service element in the XML config file.
Constructor Detail

Facilities

public Facilities()
Method Detail

initializeFromDOM

public void initializeFromDOM(org.w3c.dom.Node node)
                       throws OpenEJBException
Parses out the values needed by this DomObject from the DOM Node passed in.
Specified by:
initializeFromDOM in interface DomObject
See Also:
Node

serializeToDOM

public void serializeToDOM(org.w3c.dom.Node node)
                    throws OpenEJBException
Specified by:
serializeToDOM in interface DomObject