Uses of Class
org.castor.cache.CacheAcquireException

Packages that use CacheAcquireException
org.castor.cache As explained in org.exolab.castor.persist, LockEngine implements a persistence engine that caches objects in memory for performance reasons and thus eliminates the number of operations against the persistence storage.  
org.castor.cache.distributed   
org.castor.cache.hashbelt The Hashbelt API Author: Gregory Block Author: Ralf Joachim This package represents an API, based on a set of articles in the O'Reilly Network by William Grosso, to implement a simplified and 1.3-compatible implementation of a Hashbelt algorithm. 
org.castor.cache.simple   
 

Uses of CacheAcquireException in org.castor.cache
 

Methods in org.castor.cache that throw CacheAcquireException
 void AbstractBaseCache.initialize(java.util.Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 Cache AbstractCacheFactory.getCache(java.lang.ClassLoader classLoader)
          Instantiates an instance of the cache implementation this factory is responsible for using the given classloader.
 void Cache.initialize(java.util.Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 Cache CacheFactory.getCache(java.lang.ClassLoader classLoader)
          Instantiates an instance of the cache implementation this factory is responsible for using the given classloader.
 Cache CacheFactoryRegistry.getCache(java.util.Properties props, java.lang.ClassLoader classLoader)
          Returns a Cache instance with the specified properties.
 void DebuggingCacheProxy.initialize(java.util.Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 

Uses of CacheAcquireException in org.castor.cache.distributed
 

Methods in org.castor.cache.distributed that throw CacheAcquireException
 void CoherenceCache.initialize(java.util.Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 void CoherenceCache.initialize(java.lang.String implementation, java.util.Properties params)
          Normally called to initialize CoherenceCache.
 void EHCache.initialize(java.util.Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 void EHCache.initialize(java.lang.String implementation, java.util.Properties params)
          Normally called to initialize FKCache.
 void FKCache.initialize(java.util.Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 void FKCache.initialize(java.lang.String implementation, java.util.Properties params)
          Normally called to initialize FKCache.
 void GigaspacesCache.initialize(java.util.Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 void GigaspacesCache.initialize(java.lang.String implementation, java.util.Properties params)
          Normally called to initialize CoherenceCache.
 void JCache.initialize(java.util.Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 void JCache.initialize(java.lang.String implementation, java.util.Properties params)
          Normally called to initialize JCache.
 void JcsCache.initialize(java.util.Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 void JcsCache.initialize(java.lang.String implementation, java.util.Properties params)
          Normally called to initialize JcsCache.
 void OsCache.initialize(java.util.Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 Cache OsCacheFactory.getCache(java.lang.ClassLoader classLoader)
          Instantiates an instance of the cache implementation this factory is responsible for using the given classloader.
 Cache OsCacheFactory.getCache(java.lang.String implementation, java.lang.ClassLoader classLoader)
          Normally called to initialize OsCache.
 

Uses of CacheAcquireException in org.castor.cache.hashbelt
 

Methods in org.castor.cache.hashbelt that throw CacheAcquireException
 void AbstractHashbelt.initialize(java.util.Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 

Uses of CacheAcquireException in org.castor.cache.simple
 

Methods in org.castor.cache.simple that throw CacheAcquireException
 void CountLimited.initialize(java.util.Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 void TimeLimited.initialize(java.util.Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 



Copyright 2008 null. All Rights Reserved.