Uses of Interface
com.tangosol.net.NameService.LookupCallback
-
Packages that use NameService.LookupCallback Package Description com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of NameService.LookupCallback in com.tangosol.net
Methods in com.tangosol.net with parameters of type NameService.LookupCallback Modifier and Type Method Description void
NameService. addLookupCallback(NameService.LookupCallback callback)
Register aNameService.LookupCallback
to be used to perform lookups on names that are not bound to theNameService
's directory.
-