Searched defs:DirContext (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DDirContext.java36 * Each name passed as an argument to a <tt>DirContext</tt> method is relative
52 * apply to the name argument to the <tt>DirContext</tt> methods.
57 * DirContext object.
60 * to a lookup on the name (which returns the DirContext object),
61 * followed by the attribute operation invoked on the DirContext object
67 * name (typically an atomic name) in a DirContext.
69 * roughly equivalent to a lookup on the name of the parent DirContext of the
72 * The attributes can be viewed as being stored in the parent DirContext
136 * For these methods, if the named object is not a DirContext,
139 * <em>named object</em> be a DirContext
167 public interface DirContext extends Context { interface in inherits:Context
[all...]

Completed in 453 milliseconds