|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.gps.device.jdbc.ResultSetSnapshotEventListener
public class ResultSetSnapshotEventListener
A
JdbcSnapshotEventListener
that works with
ResultSetJdbcGpsDevice and
performs the changes to the compass index after the change snapshots have
been detected by the device.
| Constructor Summary | |
|---|---|
ResultSetSnapshotEventListener()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultSetSnapshotEventListener()
| Method Detail |
|---|
public void configure(ConfigureSnapshotEvent configureSnapshotEvent)
throws JdbcGpsDeviceException
JdbcSnapshotEventListener
configure in interface JdbcSnapshotEventListenerJdbcGpsDeviceException
public void onDelete(DeleteSnapshotEvent deleteSnapshotEvent)
throws JdbcGpsDeviceException
JdbcSnapshotEventListenerperformMirroring is called.
onDelete in interface JdbcSnapshotEventListenerJdbcGpsDeviceException
public void onCreateAndUpdate(CreateAndUpdateSnapshotEvent createAndUpdateSnapshotEvent)
throws JdbcGpsDeviceException
JdbcSnapshotEventListenerperformMirroring is
called.
onCreateAndUpdate in interface JdbcSnapshotEventListenerJdbcGpsDeviceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||