Package com.tangosol.net
Interface NameService.Resolvable
-
- Enclosing interface:
- NameService
public static interface NameService.Resolvable
During thelookup
call, if the retrieved object isNameService.Resolvable
, then the result of theresolve
call is returned.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
resolve(NameService.RequestContext ctx)
Resolve the object to be returned by thelookup
call
-
-
-
Method Detail
-
resolve
Object resolve(NameService.RequestContext ctx)
Resolve the object to be returned by thelookup
call- Parameters:
ctx
- the lookup request context- Returns:
- the resolved object
-
-