Interface NamingContext
-
- All Known Subinterfaces:
DirContext
public interface NamingContextThis interface represents a naming context, which consists of a set of name-to-object bindings.- Author:
- Grizzly Team
- See Also:
Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectlookup(java.lang.String pathStr)Retrieves the named object.
-
-
-
Method Detail
-
lookup
java.lang.Object lookup(java.lang.String pathStr) throws NamingExceptionRetrieves the named object. See#lookup(Name)for details.- Parameters:
name- the name of the object to look up- Returns:
- the object bound to name
- Throws:
NamingException- if a naming exception is encountered
-
-