Interface NamingContext

  • All Known Subinterfaces:
    DirContext

    public interface NamingContext
    This interface represents a naming context, which consists of a set of name-to-object bindings.
    Author:
    Grizzly Team
    See Also:
    Context
    • 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