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 Objectlookup(String pathStr)Retrieves the named object.
-
-
-
Method Detail
-
lookup
Object lookup(String pathStr) throws NamingException
Retrieves 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
-
-