public interface ClientMembershipEvent
ClientMembershipListener
when this process
detects connection changes to ClientServers or clients.Modifier and Type | Method and Description |
---|---|
DistributedMember |
getMember()
Returns the 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()
String getMemberId()
DistributedMember.getId()
boolean isClient()
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.