org.compass.gps |
|
Java Source File Name | Type | Comment |
ActiveMirrorGpsDevice.java | Interface | An active mirror gps device, meaning that in order to perform the mirror
operation, one must actively call the
ActiveMirrorGpsDevice.performMirroring() method. |
CompassGps.java | Interface | CompassGps is responsible for managing
org.compass.gps.CompassGpsDevice s. |
CompassGpsDevice.java | Interface | A Compass Gps Device is responsible for interacting with a data source and
reflecting it in a compass index. |
CompassGpsException.java | Class | An exception that occured in Compass Gps. |
MirrorDataChangesGpsDevice.java | Interface | A Gps Device that can also perform mirroring operation. |
PassiveMirrorGpsDevice.java | Interface | A passive mirror gps device, meaning that the mirror operation (detect data
source changes since last mirroring/indexing and apply them to the index) is
done as a consequance of an "data change event" initiated by the data source
itself (like Hibernate/JDO/OJB lifecycle events). |