Uses of Interface
org.compass.gps.MirrorDataChangesGpsDevice

Packages that use MirrorDataChangesGpsDevice
org.compass.gps   
org.compass.gps.device   
org.compass.gps.device.hibernate   
org.compass.gps.device.hibernate.dep   
org.compass.gps.device.jdbc   
org.compass.gps.device.jdo   
org.compass.gps.device.jpa   
org.compass.gps.device.ojb   
org.compass.spring.device.hibernate.dep   
org.compass.spring.device.ojb   
 

Uses of MirrorDataChangesGpsDevice in org.compass.gps
 

Subinterfaces of MirrorDataChangesGpsDevice in org.compass.gps
 interface ActiveMirrorGpsDevice
          An active mirror gps device, meaning that in order to perform the mirror operation, one must actively call the ActiveMirrorGpsDevice.performMirroring() method.
 interface PassiveMirrorGpsDevice
          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).
 

Uses of MirrorDataChangesGpsDevice in org.compass.gps.device
 

Classes in org.compass.gps.device that implement MirrorDataChangesGpsDevice
 class AbstractMirrorGpsDevice
          A helper base class for mirror enabled gps devices, i.e. devices that implement the MirrorDataChangesGpsDevice interface.
 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 MirrorDataChangesGpsDevice in org.compass.gps.device.hibernate
 

Classes in org.compass.gps.device.hibernate that implement MirrorDataChangesGpsDevice
 class HibernateGpsDevice
          A Hibernate Gps Device.
 

Uses of MirrorDataChangesGpsDevice in org.compass.gps.device.hibernate.dep
 

Classes in org.compass.gps.device.hibernate.dep that implement MirrorDataChangesGpsDevice
 class Hibernate3GpsDevice
          Deprecated. Please use HibernateGpsDevice.
 

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

Subinterfaces of MirrorDataChangesGpsDevice 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 MirrorDataChangesGpsDevice
 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.
 

Uses of MirrorDataChangesGpsDevice in org.compass.gps.device.jdo
 

Classes in org.compass.gps.device.jdo that implement MirrorDataChangesGpsDevice
 class Jdo2GpsDevice
          Adds real time monitoring on top of JDO 1 support (see JdoGpsDevice), using JDO 2 lifecycle events.
 

Uses of MirrorDataChangesGpsDevice in org.compass.gps.device.jpa
 

Classes in org.compass.gps.device.jpa that implement MirrorDataChangesGpsDevice
 class JpaGpsDevice
          A Java Persistence API Gps Device (EJB3 Persistence).
 

Uses of MirrorDataChangesGpsDevice in org.compass.gps.device.ojb
 

Classes in org.compass.gps.device.ojb that implement MirrorDataChangesGpsDevice
 class OjbGpsDevice
          An ObJectRelationalBridge (OJB) device, provides support for using ojb and ojb mapping files to index a database.
 

Uses of MirrorDataChangesGpsDevice in org.compass.spring.device.hibernate.dep
 

Classes in org.compass.spring.device.hibernate.dep that implement MirrorDataChangesGpsDevice
 class SpringHibernate3GpsDevice
          A special Hibernate3GpsDevice that handled cases when spring proxies the SessionFactory (like when exposeTransactionAwareSessionFactory is set to true, which is the default from spring 1.2.X).
 

Uses of MirrorDataChangesGpsDevice in org.compass.spring.device.ojb
 

Classes in org.compass.spring.device.ojb that implement MirrorDataChangesGpsDevice
 class SpringOjbGpsDevice
          An extension of the OjbGpsDevice that utilizes Spring ojb features.
 



Copyright (c) 2004-2008 The Compass Project.