Package ch.qos.logback.core.util
Class JNDIUtil
java.lang.Object
ch.qos.logback.core.util.JNDIUtil
Deprecated.
A simple utility class to create and use a JNDI Context.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContextDeprecated.static ContextgetInitialContext(Hashtable<?, ?> props) Deprecated.static ObjectlookupObject(Context ctx, String name) Deprecated.static StringlookupString(Context ctx, String name) Deprecated.
-
Constructor Details
-
JNDIUtil
public JNDIUtil()Deprecated.
-
-
Method Details
-
getInitialContext
Deprecated.- Throws:
NamingException
-
getInitialContext
Deprecated.- Throws:
NamingException
-
lookupObject
Deprecated.- Throws:
NamingException
-
lookupString
Deprecated.- Throws:
NamingException
-