org.compass.core.jndi
Class NamingHelper
java.lang.Object
org.compass.core.jndi.NamingHelper
public abstract class NamingHelper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamingHelper
public NamingHelper()
getInitialContext
public static InitialContext getInitialContext(CompassSettings settings)
throws NamingException
- Throws:
NamingException
bind
public static void bind(Context ctx,
String name,
Object val)
throws NamingException
- Bind val to name in ctx, and make sure that all intermediate contexts
exist.
- Parameters:
ctx - the root contextname - the name as a stringval - the object to be bound
- Throws:
NamingException
getJndiProperties
public static Properties getJndiProperties(CompassSettings settings)
- Transform JNDI properties passed in the form
compass.jndi. [vaules] to the format accepted by
InitialContext by triming the leading "compass.jndi".
Copyright (c) 2004-2008 The Compass Project.