|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IReplicationListener
Listener for events from the IReplicationService
| Method Summary | |
|---|---|
void |
replicationCompleted(java.lang.Long marker)
Event is fired when replication is completed. |
void |
replicationFailed(java.lang.Throwable exception)
Event is fired when replication fails, and the exception that caused failure. |
void |
replicationStarted()
Event is fired when replication starts to replicate data. |
void |
trackerRegistered(ITracker tracker)
Fired when a new ITracker is registered with replication service. |
void |
trackerUnregistered(ITracker tracker)
Fired when a ITracker is unregistered from replication service. |
| Method Detail |
|---|
void replicationStarted()
void replicationCompleted(java.lang.Long marker)
marker - Timestamp of last valid transaction seen during this replicationvoid replicationFailed(java.lang.Throwable exception)
exception - Reason for replication failurevoid trackerRegistered(ITracker tracker)
tracker - ITracker that was registeredvoid trackerUnregistered(ITracker tracker)
tracker - ITracker that was unregistered
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||