Package com.tangosol.net
Interface NameService.RequestContext
- Enclosing interface:
 NameService
public static interface NameService.RequestContext
An object which implements 
NameService.RequestContext stores information about the NameService request.- Since:
 - 12.2.1
 
- 
Method Summary
Modifier and TypeMethodDescriptionGet theInetAddressthat the NameService received the request on.Get the clientMemberthat sent the request.Get theInetAddressthat the request originated from. 
- 
Method Details
- 
getAcceptAddress
InetAddress getAcceptAddress()Get theInetAddressthat the NameService received the request on. May return null if the request is local.- Returns:
 - the local address that received the request
 
 - 
getSourceAddress
InetAddress getSourceAddress()Get theInetAddressthat the request originated from. May return null if the request is local.- Returns:
 - the address that originated the request
 
 - 
getMember
Member getMember()Get the clientMemberthat sent the request. May return null unknown or if the request is local.- Returns:
 - the Member that sent the request
 
 
 -