Uses of Class
org.compass.gps.CompassGpsException

Packages that use CompassGpsException
org.compass.gps   
org.compass.gps.device   
org.compass.gps.device.hibernate   
org.compass.gps.device.hibernate.dep   
org.compass.gps.device.ibatis   
org.compass.gps.device.jdbc   
org.compass.gps.device.jdo   
org.compass.gps.device.jpa   
org.compass.gps.device.ojb   
org.compass.gps.device.support.parallel   
org.compass.gps.impl   
org.compass.spring.device   
org.compass.spring.device.ojb   
 

Uses of CompassGpsException in org.compass.gps
 

Methods in org.compass.gps that throw CompassGpsException
 void CompassGps.index()
          Indexes all the different devices (by calling their respective index() operation.
 void CompassGps.index(Class... types)
          Index just the given types.
 void CompassGpsDevice.index(IndexPlan indexPlan)
          Index the device using the given index plan
 void CompassGps.index(IndexPlan indexPlan)
          Indexes all the different devices based on the given index plan.
 void CompassGps.index(String... aliases)
          Index just the aliases.
 void ActiveMirrorGpsDevice.performMirroring()
          Perform the actual data changes mirror operation.
 void CompassGpsDevice.refresh()
          Refresh the given device.
 void CompassGpsDevice.start()
          Starts the device.
 void CompassGps.start()
          Start CompassGps (also starts all the devices).
 void CompassGpsDevice.stop()
          Stops the device.
 void CompassGps.stop()
          Stops CompassGps (also starts all the devices).
 

Uses of CompassGpsException in org.compass.gps.device
 

Methods in org.compass.gps.device that throw CompassGpsException
protected abstract  void AbstractGpsDevice.doIndex(CompassSession session, IndexPlan indexPlan)
          Derived devices must implement the method to perform the actual indexing operation.
protected  void AbstractGpsDevice.doStart()
          Derived devices can implement it in case of start event notification.
protected  void AbstractGpsDevice.doStop()
          Derived devices can implement it in case of stop event notification.
 void AbstractGpsDeviceWrapper.index(IndexPlan indexPlan)
           
 void AbstractGpsDevice.index(IndexPlan indexPlan)
           
 void ScheduledMirrorGpsDevice.performMirroring()
          Performs the actual mirror operation, delegating the action to the wrapped gps device.
 void AbstractGpsDeviceWrapper.refresh()
           
 void AbstractGpsDevice.refresh()
          A no op.
 void ScheduledMirrorGpsDevice.start()
          Starts the scheduled timer.
 void AbstractGpsDeviceWrapper.start()
           
 void AbstractGpsDevice.start()
           
 void ScheduledMirrorGpsDevice.stop()
          Stops the scheduled timer.
 void AbstractGpsDeviceWrapper.stop()
           
 void AbstractGpsDevice.stop()
           
 

Uses of CompassGpsException in org.compass.gps.device.hibernate
 

Subclasses of CompassGpsException in org.compass.gps.device.hibernate
 class HibernateGpsDeviceException
          A Hibarnate specific Gps device exception.
 

Methods in org.compass.gps.device.hibernate that throw CompassGpsException
protected  IndexEntity[] HibernateGpsDevice.doGetIndexEntities()
           
protected  void HibernateGpsDevice.doStart()
           
protected  void HibernateGpsDevice.doStop()
           
 

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

Methods in org.compass.gps.device.hibernate.dep that throw CompassGpsException
protected  IndexEntity[] AbstractHibernateGpsDevice.doGetIndexEntities()
           
protected  void Hibernate3GpsDevice.doStart()
          Deprecated.  
protected  void Hibernate2GpsDevice.doStart()
           
protected  void Hibernate3GpsDevice.doStop()
          Deprecated.  
protected  void Hibernate2GpsDevice.doStop()
           
 

Uses of CompassGpsException in org.compass.gps.device.ibatis
 

Subclasses of CompassGpsException in org.compass.gps.device.ibatis
 class SqlMapGpsDeviceException
          An iBatis specific Gps device exception.
 

Methods in org.compass.gps.device.ibatis that throw CompassGpsException
protected  IndexEntity[] SqlMapClientGpsDevice.doGetIndexEntities()
           
protected  void SqlMapClientGpsDevice.doStart()
           
 

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

Subclasses of CompassGpsException in org.compass.gps.device.jdbc
 class CannotGetJdbcConnectionException
          A jdbc device excpetion thrown when a jdbc connection cannot be established.
 class JdbcGpsDeviceException
          A general Jdbc Gps device exception.
 

Methods in org.compass.gps.device.jdbc that throw CompassGpsException
protected  void AbstractJdbcGpsDevice.doIndex(CompassSession session)
          Performs the indexing operation.
protected  void ResultSetJdbcGpsDevice.doIndex(CompassSession session, IndexPlan indexPlan)
           
protected  void ResultSetJdbcGpsDevice.doStart()
          performs operations on startup, such as auto generation of mappings for mappings that implement the AutoGenerateMapping, auto detection of version column jdbc type, and JdbcSnapshot loading (using the JdbcSnapshotPersister).
protected  void AbstractJdbcGpsDevice.doStart()
           
protected  void ResultSetJdbcGpsDevice.doStop()
          Saves the JdbcSnapshot.
 

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

Subclasses of CompassGpsException in org.compass.gps.device.jdo
 class JdoGpsDeviceException
          A Jdo specific Gps device exception.
 

Methods in org.compass.gps.device.jdo that throw CompassGpsException
protected  void JdoGpsDevice.doIndex(CompassSession session, IndexPlan indexPlan)
           
protected  void JdoGpsDevice.doStart()
           
protected  void Jdo2GpsDevice.doStart()
           
protected  void Jdo2GpsDevice.doStop()
           
 

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

Subclasses of CompassGpsException in org.compass.gps.device.jpa
 class JpaGpsDeviceException
          A Jpa specific Gps device exception.
 

Methods in org.compass.gps.device.jpa that throw CompassGpsException
protected  IndexEntity[] JpaGpsDevice.doGetIndexEntities()
           
protected  void JpaGpsDevice.doStart()
           
protected  void JpaGpsDevice.doStop()
           
 void JpaGpsDevice.refresh()
           
 

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

Subclasses of CompassGpsException in org.compass.gps.device.ojb
 class NonOjbDeviceException
          Tried to apply ojb device aspects on a non ojb device.
 class OjbGpsDeviceException
          A general Ojb device exception.
 

Methods in org.compass.gps.device.ojb that throw CompassGpsException
protected  org.apache.ojb.broker.PersistenceBroker OjbGpsDevice.doGetIndexPersistentBroker()
          A method which can be used by derived classes to supply the persistent broker by a means of a centrelized registry (for example).
protected  void OjbGpsDevice.doIndex(CompassSession session, IndexPlan indexPlan)
           
protected  void OjbGpsDevice.doStart()
           
protected  void OjbGpsDevice.doStop()
           
 

Uses of CompassGpsException in org.compass.gps.device.support.parallel
 

Methods in org.compass.gps.device.support.parallel that throw CompassGpsException
protected abstract  IndexEntity[] AbstractParallelGpsDevice.doGetIndexEntities()
          Returns all the indexed entities for this device.
protected  void AbstractParallelGpsDevice.doIndex(CompassSession session, IndexPlan indexPlan)
          Overriding this method and throws an IllegalStateException as it should not be called.
 void AbstractParallelGpsDevice.index(IndexPlan indexPlan)
          Index the indexable entities.
 IndexEntity[][] SubIndexIndexEntitiesPartitioner.partition(IndexEntity[] entities)
           
 IndexEntity[][] IndexEntitiesPartitioner.partition(IndexEntity[] entities)
          Partitions a list of index entities into several groups of lists of index entities that can be indexed in parallel.
 void ParallelIndexExecutor.performIndex(IndexEntity[][] entities, IndexEntitiesIndexer indexEntitiesIndexer, CompassGpsInterfaceDevice compassGps)
          Indexes a list of groups of index entities already partitioned using the provided index entities indexer.
 void AbstractParallelGpsDevice.start()
          Starts the device.
 

Uses of CompassGpsException in org.compass.gps.impl
 

Methods in org.compass.gps.impl that throw CompassGpsException
protected  void SingleCompassGps.doIndex(IndexPlan indexPlan)
           
protected  void DualCompassGps.doIndex(IndexPlan indexPlan)
          Deprecated.  
protected abstract  void AbstractCompassGps.doIndex(IndexPlan indexPlan)
           
protected  void SingleCompassGps.doStart()
           
protected  void DualCompassGps.doStart()
          Deprecated.  
protected abstract  void AbstractCompassGps.doStart()
           
protected  void SingleCompassGps.doStop()
           
protected  void DualCompassGps.doStop()
          Deprecated.  
protected abstract  void AbstractCompassGps.doStop()
           
 void AbstractCompassGps.index()
           
 void AbstractCompassGps.index(Class... types)
           
 void AbstractCompassGps.index(IndexPlan indexPlan)
           
 void AbstractCompassGps.index(String... aliases)
           
 void AbstractCompassGps.refresh()
           
 void AbstractCompassGps.start()
           
 void AbstractCompassGps.stop()
           
 

Uses of CompassGpsException in org.compass.spring.device
 

Methods in org.compass.spring.device that throw CompassGpsException
 void SpringSyncTransactionGpsDeviceWrapper.index(IndexPlan indexPlan)
          If a Spring PlatformTransactionManager is available, will use it to execute the wrapped gps device index operation within a new transcation with a propagation level of REQUIRES_NEW.
 

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

Methods in org.compass.spring.device.ojb that throw CompassGpsException
protected  org.apache.ojb.broker.PersistenceBroker SpringOjbGpsDevice.doGetIndexPersistentBroker()
          Uses Spring PersistenceBrokerTemplate and OjbFactoryUtils to get OJB PersistenceBroker
 



Copyright (c) 2004-2008 The Compass Project.