org.mortbay.jndi
public class Util extends Object
Version: 1.0
Method Summary | |
---|---|
static void | bind(Context ctx, String nameStr, Object obj)
Bind an object to a context ensuring all subcontexts
are created if necessary
|
static Map | flattenBindings(Context ctx, String name)
Do a deep listing of the bindings for a context. |
Parameters: ctx the context into which to bind name the name relative to context to bind obj the object to be bound
Throws: NamingException if an error occurs
Parameters: ctx the context containing the name for which to list the bindings name the name in the context to list
Returns: map: key is fully qualified name, value is the bound object
Throws: NamingException