|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.soa.esb.util.JndiUtil
public class JndiUtil
Utilities class for managing JNDI related tasks.
Field Summary | |
---|---|
static java.lang.String |
ESB_JNDI_PARAMETER_PREFIX
General Namespace prefix for ESB related properties. |
Method Summary | |
---|---|
static java.lang.String[] |
getJndiPrefixes(java.lang.String jndiPrefixesValue)
Get the list of JNDI extension prefixes. |
static java.util.Set<java.lang.String> |
getJndiPrefixesSet(java.lang.String jndiPrefixesValue)
|
static java.lang.String |
getPropertyValue(ConfigTree config,
java.lang.String propertyName)
|
static java.util.Properties |
parseEnvironmentProperties(ConfigTree config)
Parses the passed-in ConfigTree and extracts all properties that
have been prefixed |
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 ESB_JNDI_PARAMETER_PREFIX
Method Detail |
---|
public static java.util.Set<java.lang.String> getJndiPrefixesSet(java.lang.String jndiPrefixesValue)
public static java.lang.String[] getJndiPrefixes(java.lang.String jndiPrefixesValue)
jndiPrefixesValue
- The JNDI prefix list or null if default.
public static java.util.Properties parseEnvironmentProperties(ConfigTree config)
ConfigTree
and extracts all properties that
have been prefixed
config
-
public static java.lang.String getPropertyValue(ConfigTree config, java.lang.String propertyName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |