Uses of Class
org.objectweb.cjdbc.controller.cache.CacheException

Packages that use CacheException
org.objectweb.cjdbc.controller.cache Query cache implementations. 
 

Uses of CacheException in org.objectweb.cjdbc.controller.cache
 

Methods in org.objectweb.cjdbc.controller.cache that throw CacheException
private  void QueryCacheDB.initQueryCache(int cacheGranularity, DatabaseSchema dbs)
           
 void QueryCacheDB.addToCache(SelectRequest request, java.sql.ResultSet result)
          Adds an entry request/reply to the cache.
 void QueryCacheDB.removeFromCache(SelectRequest request)
          Removes an entry from the cache (both request and reply are dropped).
 void QueryCacheDB.writeNotify(AbstractWriteRequest request)
          Notifies the cache that this write request has been issued, so that cache coherency can be maintained.
private  void QueryCacheDB.handleWrite(AbstractWriteRequest request)
          This method maintains cache coherency upon a write request.
 void QueryCacheDB.commit(TransactionMarkerMetaData tm)
          Commit a transaction given its id.
 void QueryCacheDB.rollback(TransactionMarkerMetaData tm)
          Rollback a transaction given its id.
private  void QueryCache.initQueryCache(int cacheGranularity)
           
 void QueryCache.addToCache(SelectRequest request, java.sql.ResultSet result)
          Adds an entry request/reply to the cache.
 void QueryCache.removeFromCache(SelectRequest request)
          Removes an entry from the cache (both request and reply are dropped).
 void QueryCache.writeNotify(AbstractWriteRequest request)
          Notifies the cache that this write request has been issued, so that cache coherency can be maintained.
 void QueryCache.commit(TransactionMarkerMetaData tm)
          Commit a transaction given its id.
 void QueryCache.rollback(TransactionMarkerMetaData tm)
          Rollback a transaction given its id.
abstract  void AbstractRequestCache.addToCache(SelectRequest request, java.sql.ResultSet result)
          Adds an entry request/reply to the cache.
abstract  void AbstractRequestCache.removeFromCache(SelectRequest request)
          Removes an entry from the cache (both request and reply are dropped).
abstract  void AbstractRequestCache.writeNotify(AbstractWriteRequest request)
          Notifies the cache that the given write request has been issued, so that cache coherency can be maintained.
abstract  void AbstractRequestCache.commit(TransactionMarkerMetaData tm)
          Commit a transaction given its id.
abstract  void AbstractRequestCache.rollback(TransactionMarkerMetaData tm)
          Rollback a transaction given its id.
 



Copyright © 2002, 2003 - ObjectWeb Consortium - All Rights Reserved.