org.ofbiz.base.config
Class JNDIConfigUtil

java.lang.Object
  extended by org.ofbiz.base.config.JNDIConfigUtil

public class JNDIConfigUtil
extends java.lang.Object

JNDIConfigUtil


Nested Class Summary
static class JNDIConfigUtil.JndiServerInfo
           
 
Field Summary
static java.lang.String JNDI_CONFIG_XML_FILENAME
           
protected static java.util.Map<java.lang.String,JNDIConfigUtil.JndiServerInfo> jndiServerInfos
           
static java.lang.String module
           
 
Constructor Summary
JNDIConfigUtil()
           
 
Method Summary
static JNDIConfigUtil.JndiServerInfo getJndiServerInfo(java.lang.String name)
           
protected static org.w3c.dom.Document getXmlDocument()
           
protected static org.w3c.dom.Element getXmlRootElement()
           
static void initialize(org.w3c.dom.Element rootElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module

JNDI_CONFIG_XML_FILENAME

public static final java.lang.String JNDI_CONFIG_XML_FILENAME
See Also:
Constant Field Values

jndiServerInfos

protected static java.util.Map<java.lang.String,JNDIConfigUtil.JndiServerInfo> jndiServerInfos
Constructor Detail

JNDIConfigUtil

public JNDIConfigUtil()
Method Detail

getXmlRootElement

protected static org.w3c.dom.Element getXmlRootElement()
                                                throws GenericConfigException
Throws:
GenericConfigException

getXmlDocument

protected static org.w3c.dom.Document getXmlDocument()
                                              throws GenericConfigException
Throws:
GenericConfigException

initialize

public static void initialize(org.w3c.dom.Element rootElement)
                       throws GenericConfigException
Throws:
GenericConfigException

getJndiServerInfo

public static JNDIConfigUtil.JndiServerInfo getJndiServerInfo(java.lang.String name)