public interface NamingContext
javax.naming.Context| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
lookup(java.lang.String pathStr)
Retrieves the named object.
|
java.lang.Object lookup(java.lang.String pathStr)
throws NamingException
#lookup(Name) for details.name - the name of the object to look upNamingException - if a naming exception is encounteredCopyright © 2018 Oracle Corporation. All Rights Reserved.