public class JNDIConfigUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JNDIConfigUtil.JndiServerInfo |
| Modifier and Type | Field and Description |
|---|---|
static String |
JNDI_CONFIG_XML_FILENAME |
protected static Map<String,JNDIConfigUtil.JndiServerInfo> |
jndiServerInfos |
| Constructor and Description |
|---|
JNDIConfigUtil() |
| Modifier and Type | Method and Description |
|---|---|
static JNDIConfigUtil.JndiServerInfo |
getJndiServerInfo(String name) |
protected static Document |
getXmlDocument() |
protected static Element |
getXmlRootElement() |
static void |
initialize(Element rootElement) |
public static final String JNDI_CONFIG_XML_FILENAME
protected static Map<String,JNDIConfigUtil.JndiServerInfo> jndiServerInfos
protected static Element getXmlRootElement() throws GenericConfigException
GenericConfigExceptionprotected static Document getXmlDocument() throws GenericConfigException
GenericConfigExceptionpublic static void initialize(Element rootElement) throws GenericConfigException
GenericConfigExceptionpublic static JNDIConfigUtil.JndiServerInfo getJndiServerInfo(String name)
Copyright © 2024 Atlassian. All rights reserved.