org.ofbiz.base.config
Class JNDIConfigUtil
java.lang.Object
org.ofbiz.base.config.JNDIConfigUtil
public class JNDIConfigUtil
- extends java.lang.Object
JNDIConfigUtil
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
JNDIConfigUtil
public JNDIConfigUtil()
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)