Interface NameService.Resolvable
- Enclosing interface:
NameService
public static interface NameService.Resolvable
During the
lookup
call, if the retrieved
object is NameService.Resolvable
, then the result of the resolve
call is returned.- Since:
- 12.1.2
- Author:
- phf 2012.03.05
-
Method Summary
-
Method Details
-
resolve
Resolve the object to be returned by thelookup
call- Parameters:
ctx
- the lookup request context- Returns:
- the resolved object
-