Package | Description |
---|---|
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
Modifier and Type | Method and Description |
---|---|
void |
BridgeMembershipListenerAdapter.memberCrashed(BridgeMembershipEvent event)
Deprecated.
Invoked when a client has unexpectedly disconnected from this process
or when this process has unexpectedly disconnected from a BridgeServer.
|
void |
BridgeMembershipListener.memberCrashed(BridgeMembershipEvent event)
Deprecated.
Invoked when a client has unexpectedly disconnected from this process
or when this process has unexpectedly disconnected from a BridgeServer.
|
void |
BridgeMembershipListenerAdapter.memberJoined(BridgeMembershipEvent event)
Deprecated.
Invoked when a client has connected to this process or when this
process has connected to a BridgeServer.
|
void |
BridgeMembershipListener.memberJoined(BridgeMembershipEvent event)
Deprecated.
Invoked when a client has connected to this process or when this
process has connected to a BridgeServer.
|
void |
BridgeMembershipListenerAdapter.memberLeft(BridgeMembershipEvent event)
Deprecated.
Invoked when a client has gracefully disconnected from this process
or when this process has gracefully disconnected from a BridgeServer.
|
void |
BridgeMembershipListener.memberLeft(BridgeMembershipEvent event)
Deprecated.
Invoked when a client has gracefully disconnected from this process
or when this process has gracefully disconnected from a BridgeServer.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.