Interface ReplicationEndpoint.ReplicationEndpointEventListener
-
- All Known Implementing Classes:
SharedNothingBackupActivation
- Enclosing class:
- ReplicationEndpoint
public static interface ReplicationEndpoint.ReplicationEndpointEventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLiveNodeId(String nodeId)voidonLiveStopping(ReplicationLiveIsStoppingMessage.LiveStopping message)voidonRemoteBackupUpToDate(String nodeId, long activationSequence)
-
-
-
Method Detail
-
onRemoteBackupUpToDate
void onRemoteBackupUpToDate(String nodeId, long activationSequence)
-
onLiveStopping
void onLiveStopping(ReplicationLiveIsStoppingMessage.LiveStopping message) throws ActiveMQException
- Throws:
ActiveMQException
-
onLiveNodeId
void onLiveNodeId(String nodeId)
-
-