public class JNDIUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_JNDI_NAME_LENGTH |
static int |
MIN_JNDI_NAME_LENGTH |
| Constructor and Description |
|---|
JNDIUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getProperty(JNDIObject obj,
String property) |
static String |
getProperty(JNDIObject obj,
String propertyList,
String property) |
static void |
isValidJNDIName(String name) |
public static final int MIN_JNDI_NAME_LENGTH
public static final int MAX_JNDI_NAME_LENGTH
public static void isValidJNDIName(String name) throws IllegalArgumentException
IllegalArgumentExceptionpublic static String getProperty(JNDIObject obj, String property) throws PropertyNotFoundException
PropertyNotFoundExceptionpublic static String getProperty(JNDIObject obj, String propertyList, String property) throws PropertyNotFoundException
PropertyNotFoundExceptionCopyright 2004-2020 Solace Corporation. All rights reserved.