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, wait
onNewReplicaRequest
onTargetChannelBacklogDropped, onTargetChannelCreationValidation, onTargetChannelOutOfSync
onSourceBrokenReplicationTopology, onSourceChannelActivated
public AbstractReplicationNodeStateListener()
public void onTargetChannelSourceDisconnected(String groupName, String sourceMemberName, Object sourceUniqueId)
IReplicationTargetGroupStateListener
onTargetChannelSourceDisconnected
in interface IReplicationTargetGroupStateListener
public void onTargetChannelConnected(String groupName, String sourceMemberName, Object sourceUniqueId)
IReplicationTargetGroupStateListener
onTargetChannelConnected
in interface IReplicationTargetGroupStateListener
public void onReplicationNodeModeChange(ReplicationNodeMode newMode)
IReplicationNodeStateListener
onReplicationNodeModeChange
in interface IReplicationNodeStateListener
Copyright © GigaSpaces.