Uses of Interface
org.compass.gps.ActiveMirrorGpsDevice

Packages that use ActiveMirrorGpsDevice
org.compass.gps.device   
org.compass.gps.device.jdbc   
 

Uses of ActiveMirrorGpsDevice in org.compass.gps.device
 

Classes in org.compass.gps.device that implement ActiveMirrorGpsDevice
 class ScheduledMirrorGpsDevice
          For ActiveMirrorGpsDevices, the schedule mirror device can call the performMirroring() in a scheduled manner by wrapping the actual ActiveMirrorGpsDevice.
 

Methods in org.compass.gps.device that return ActiveMirrorGpsDevice
 ActiveMirrorGpsDevice ScheduledMirrorGpsDevice.getWrappedGpsDevice()
          Returns the wrapped active mirror gps device.
 

Methods in org.compass.gps.device with parameters of type ActiveMirrorGpsDevice
 void ScheduledMirrorGpsDevice.setWrappedGpsDevice(ActiveMirrorGpsDevice gpsDevice)
          Sets the wrapped gps device.
 

Constructors in org.compass.gps.device with parameters of type ActiveMirrorGpsDevice
ScheduledMirrorGpsDevice(ActiveMirrorGpsDevice gpsDevice)
          Creates a new instance of the scheduled device with the wrapped ActiveMirrorGpsDevice initialized.
 

Uses of ActiveMirrorGpsDevice in org.compass.gps.device.jdbc
 

Subinterfaces of ActiveMirrorGpsDevice in org.compass.gps.device.jdbc
 interface JdbcActiveMirrorGpsDevice
          An extension of the JdbcGpsDevice that can also detect real time data changes made to the database and reflect them to the index.
 

Classes in org.compass.gps.device.jdbc that implement ActiveMirrorGpsDevice
 class AbstractJdbcActiveMirrorGpsDevice
          A helper base class for Jdbc active mirror gps device.
 class ResultSetJdbcGpsDevice
          A gps device that index a jdbc ResultSet to a set of Compass Resources.
 



Copyright (c) 2004-2008 The Compass Project.