|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JdbcSnapshotEventListener
An interface for listening for real time data changes in the databases. The
events are fired by a
JdbcActiveMirrorGpsDevice.
| Method Summary | |
|---|---|
void |
configure(ConfigureSnapshotEvent configureSnapshotEvent)
A configure event fired when the systems starts. |
void |
onCreateAndUpdate(CreateAndUpdateSnapshotEvent createAndUpdateSnapshotEvent)
A create and update event. |
void |
onDelete(DeleteSnapshotEvent deleteSnapshotEvent)
A delete event. |
| Method Detail |
|---|
void configure(ConfigureSnapshotEvent configureSnapshotEvent)
throws JdbcGpsDeviceException
configureSnapshotEvent -
JdbcGpsDeviceException
void onCreateAndUpdate(CreateAndUpdateSnapshotEvent createAndUpdateSnapshotEvent)
throws JdbcGpsDeviceException
performMirroring is
called.
createAndUpdateSnapshotEvent -
JdbcGpsDeviceException
void onDelete(DeleteSnapshotEvent deleteSnapshotEvent)
throws JdbcGpsDeviceException
performMirroring is called.
deleteSnapshotEvent -
JdbcGpsDeviceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||