public interface ClientMembershipEvent
ClientMembershipListener
when this process detects connection
changes to ClientServers or clients.Modifier and Type | Method and Description |
---|---|
DistributedMember |
getMember()
Returns the member that connected or disconnected.
|
String |
getMemberId()
Returns the id of the member that connected or disconnected.
|
boolean |
isClient()
Returns true if the member is a client to a CacheServer hosted by this process.
|
DistributedMember getMember()
DistributedSystem.getDistributedMember()
String getMemberId()
DistributedMember.getId()
boolean isClient()