| java.lang.Object org.compass.gps.device.AbstractGpsDevice
All known Subclasses: org.compass.gps.device.hibernate.scrollable.Hibernate3ScrollableResultsGpsDevice, org.compass.gps.device.jdo.JdoGpsDevice, org.compass.gps.device.AbstractMirrorGpsDevice, org.compass.gps.device.jdbc.AbstractJdbcGpsDevice, org.compass.gps.device.MockIndexGpsDevice, org.compass.gps.device.support.parallel.AbstractParallelGpsDevice, org.compass.gps.device.ibatis.SqlMapClientGpsDevice, org.compass.gps.device.ojb.OjbGpsDevice,
AbstractGpsDevice | abstract public class AbstractGpsDevice implements CompassGpsDevice(Code) | | A general abstract device which can be used by all types of devices.
Provides support for device name, state management
AbstractGpsDevice.isRunning , as well as general helper methods.
author: kimchy |
isFilteredForIndex | public boolean isFilteredForIndex(String entity)(Code) | | |
isPerformingIndexOperation | public boolean isPerformingIndexOperation()(Code) | | |
isRunning | public boolean isRunning()(Code) | | |
setFilteredEntitiesForIndex | public void setFilteredEntitiesForIndex(String[] filteredEntitiesForIndex)(Code) | | |
shouldMirrorDataChanges | public boolean shouldMirrorDataChanges()(Code) | | |
|
|