public interface ClientMembershipListener
ClientMembership.registerClientMembershipListener(org.apache.geode.management.membership.ClientMembershipListener)
Modifier and Type | Method and Description |
---|---|
void |
memberCrashed(ClientMembershipEvent event)
Invoked when a client has unexpectedly disconnected from this process or
when this process has unexpectedly disconnected from a CacheServer.
|
void |
memberJoined(ClientMembershipEvent event)
Invoked when a client has connected to this process or when this process
has connected to a CacheServer.
|
void |
memberLeft(ClientMembershipEvent event)
Invoked when a client has gracefully disconnected from this process or when
this process has gracefully disconnected from a CacheServer.
|
void memberJoined(ClientMembershipEvent event)
void memberLeft(ClientMembershipEvent event)
void memberCrashed(ClientMembershipEvent event)