Uses of Interface
org.compass.gps.CompassGps

Packages that use CompassGps
org.compass.gps   
org.compass.gps.device   
org.compass.gps.device.hibernate.embedded   
org.compass.gps.device.jpa.embedded   
org.compass.gps.impl   
org.compass.gps.spi   
org.compass.spring.web.mvc   
 

Uses of CompassGps in org.compass.gps
 

Methods in org.compass.gps that return CompassGps
 CompassGps CompassGpsDevice.getGps()
          Returns the CompassGps that manages the device.
 

Methods in org.compass.gps with parameters of type CompassGps
 void CompassGpsDevice.injectGps(CompassGps compassGps)
          Sets the CompassGps that manages the device.
 

Uses of CompassGps in org.compass.gps.device
 

Methods in org.compass.gps.device that return CompassGps
 CompassGps AbstractGpsDeviceWrapper.getGps()
           
 CompassGps AbstractGpsDevice.getGps()
           
 

Methods in org.compass.gps.device with parameters of type CompassGps
 void AbstractGpsDeviceWrapper.injectGps(CompassGps compassGps)
           
 void AbstractGpsDevice.injectGps(CompassGps compassGps)
           
 

Uses of CompassGps in org.compass.gps.device.hibernate.embedded
 

Methods in org.compass.gps.device.hibernate.embedded that return CompassGps
static CompassGps HibernateHelper.getCompassGps(HibernateGpsDevice device)
          Returns a CompassGps to wrap the provided Hibernat Gps device.
static CompassGps HibernateHelper.getCompassGps(SessionFactory sessionFactory)
          Retruns a CompassGps based on the Compass instance associated with the Hibernate session factory.
 

Uses of CompassGps in org.compass.gps.device.jpa.embedded
 

Subinterfaces of CompassGps in org.compass.gps.device.jpa.embedded
 interface JpaCompassGps
          An extension of Compass Gps allowing to directly get the JpaGpsDevice.
 

Classes in org.compass.gps.device.jpa.embedded that implement CompassGps
 class DefaultJpaCompassGps
          An extension of SingleCompassGps allows to directly get the JpaGpsDevice associted with this Gps.
 

Uses of CompassGps in org.compass.gps.impl
 

Classes in org.compass.gps.impl that implement CompassGps
 class AbstractCompassGps
          A simple base class for CompassGps implementations.
 class DualCompassGps
          Deprecated. Please use SingleCompassGps.
 class SingleCompassGps
          A CompassGps implementation that holds a single Compass instance.
 

Uses of CompassGps in org.compass.gps.spi
 

Subinterfaces of CompassGps in org.compass.gps.spi
 interface CompassGpsInterfaceDevice
          An extension to the CompassGps interface which should be used by devices.
 

Uses of CompassGps in org.compass.spring.web.mvc
 

Methods in org.compass.spring.web.mvc that return CompassGps
 CompassGps AbstractCompassGpsCommandController.getCompassGps()
          Returns the CompassGps.
 

Methods in org.compass.spring.web.mvc with parameters of type CompassGps
 void AbstractCompassGpsCommandController.setCompassGps(CompassGps compassGps)
          Sets the CompassGps.
 



Copyright (c) 2004-2008 The Compass Project.