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