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 Context
Deprecated.static Context
getInitialContext
(Hashtable<?, ?> props) Deprecated.static Object
lookupObject
(Context ctx, String name) Deprecated.static String
lookupString
(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
-