Uses of Class
org.compass.gps.device.AbstractGpsDeviceWrapper

Packages that use AbstractGpsDeviceWrapper
org.compass.gps.device   
org.compass.spring.device   
 

Uses of AbstractGpsDeviceWrapper in org.compass.gps.device
 

Subclasses of AbstractGpsDeviceWrapper in org.compass.gps.device
 class AbstractMirrorGpsDeviceWrapper
          A helper base class for mirror enabled gps devices wrappers, i.e. wrapped devices that implement the MirrorDataChangesGpsDevice interface.
 class ScheduledMirrorGpsDevice
          For ActiveMirrorGpsDevices, the schedule mirror device can call the ActiveMirrorGpsDevice.performMirroring() in a scheduled manner by wrapping the actual ActiveMirrorGpsDevice.
 

Uses of AbstractGpsDeviceWrapper in org.compass.spring.device
 

Subclasses of AbstractGpsDeviceWrapper in org.compass.spring.device
 class SpringSyncTransactionGpsDeviceWrapper
          A Spring Transaction device wrapper, which starts a new transaction (with transaction propagation of REQUIRES_NEW) for the device index operation.
 



Copyright (c) 2004-2008 The Compass Project.