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

Packages that use CacheException
org.objectweb.cjdbc.controller.cache.result ResultCache is an implementation of the AbstractResultCache.  
 

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

Methods in org.objectweb.cjdbc.controller.cache.result that throw CacheException
abstract  void AbstractResultCache.addToCache(SelectRequest request, ControllerResultSet result)
          Adds an entry request/reply to the cache.
abstract  void AbstractResultCache.writeNotify(AbstractWriteRequest request)
          Notifies the cache that the given write request has been issued, so that cache coherency can be maintained.
abstract  boolean AbstractResultCache.isUpdateNecessary(UpdateRequest request)
          Returns true if the cache does not contain the values that are given in the update statement.
abstract  void AbstractResultCache.commit(long transactionId)
          Commit a transaction given its id.
abstract  void AbstractResultCache.rollback(long transactionId)
          Rollback a transaction given its id.
abstract  java.lang.String[][] AbstractResultCache.getCacheData()
          Returns the content of the cache as displayable array of array of string
abstract  java.lang.String[][] AbstractResultCache.getCacheStatsData()
          Returns a bunch of stats collected by the cache, such as cache hits.
 void ResultCache.addToCache(SelectRequest request, ControllerResultSet result)
          Adds an entry request/reply to the cache.
abstract  boolean ResultCache.isUpdateNecessary(UpdateRequest request)
           
 void ResultCache.writeNotify(AbstractWriteRequest request)
          Notifies the cache that this write request has been issued, so that cache coherency can be maintained.
 void ResultCache.commit(long transactionId)
          Commit a transaction given its id.
 void ResultCache.rollback(long transactionId)
          Rollback a transaction given its id.
 java.lang.String[][] ResultCache.getCacheData()
           
 java.lang.String[][] ResultCache.getCacheStatsData()
           
 



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