public abstract class AbstractReplicationNodeStateListener extends Object implements IReplicationNodeStateListener
| Constructor and Description |
|---|
AbstractReplicationNodeStateListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onReplicationNodeModeChange(ReplicationNodeMode newMode)
Called when replication node mode has changed.
|
void |
onTargetChannelConnected(String groupName,
String sourceMemberName,
Object sourceUniqueId)
Called when a target channel is connected/created
|
void |
onTargetChannelSourceDisconnected(String groupName,
String sourceMemberName,
Object sourceUniqueId)
Called when a target channel lost connection to its source
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonNewReplicaRequestonTargetChannelBacklogDropped, onTargetChannelCreationValidation, onTargetChannelOutOfSynconSourceBrokenReplicationTopology, onSourceChannelActivatedpublic AbstractReplicationNodeStateListener()
public void onTargetChannelSourceDisconnected(String groupName, String sourceMemberName, Object sourceUniqueId)
IReplicationTargetGroupStateListeneronTargetChannelSourceDisconnected in interface IReplicationTargetGroupStateListenerpublic void onTargetChannelConnected(String groupName, String sourceMemberName, Object sourceUniqueId)
IReplicationTargetGroupStateListeneronTargetChannelConnected in interface IReplicationTargetGroupStateListenerpublic void onReplicationNodeModeChange(ReplicationNodeMode newMode)
IReplicationNodeStateListeneronReplicationNodeModeChange in interface IReplicationNodeStateListenerCopyright © GigaSpaces.