ch.qos.logback.classic.util
Class JNDIUtil
java.lang.Object
ch.qos.logback.classic.util.JNDIUtil
public class JNDIUtil
- extends Object
A simple utility class to create and use a JNDI Context.
- Author:
- Ceki Gülcü, Sébastien Pennec
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JNDIUtil
public JNDIUtil()
getInitialContext
public static Context getInitialContext()
throws NamingException
- Throws:
NamingException
lookup
public static String lookup(Context ctx,
String name)
Copyright © 2005-2011 QOS.ch. All Rights Reserved.