Uses of Package
org.codehaus.activespace.cache

Packages that use org.codehaus.activespace.cache
org.codehaus.activespace.cache A number of helper classes for working with transactional and clustered JCache instances 
org.codehaus.activespace.cache.hibernate Implementation classes for the Hibernate cache plugin using ActiveSpace 
org.codehaus.activespace.cache.impl Implementation classes for the transactional and clustered caches. 
org.codehaus.activespace.jms An implementation of ActiveSpace which uses JMS as the underlying implementation 
 

Classes in org.codehaus.activespace.cache used by org.codehaus.activespace.cache
TransactionalCache
          TransactionalCache can be used by multiple threads concurrently and it will maintain a thread local transactional view of an underlying shared cache, tracking changes to the underlying cache, yet not applying them until a transaction commits.
TransactionalCache.ThreadLocalState
           
TransactionalCacheManager
          A CacheManager which returns TransactionalCache instances using some backing Cache instances.
TransactionalCacheManagerFactory
          A Factory class for creating new TransactionalCacheManager instances.
TransactionException
          The base class for all runtime exceptions caused by transaction failures.
 

Classes in org.codehaus.activespace.cache used by org.codehaus.activespace.cache.hibernate
ClusteredCacheManager
           
ClusteredCacheManagerFactory
          A Factory class for creating new ClusteredCacheManager instances.
TransactionalCacheManager
          A CacheManager which returns TransactionalCache instances using some backing Cache instances.
 

Classes in org.codehaus.activespace.cache used by org.codehaus.activespace.cache.impl
TransactionalCache
          TransactionalCache can be used by multiple threads concurrently and it will maintain a thread local transactional view of an underlying shared cache, tracking changes to the underlying cache, yet not applying them until a transaction commits.
TransactionalCacheManager
          A CacheManager which returns TransactionalCache instances using some backing Cache instances.
TransactionException
          The base class for all runtime exceptions caused by transaction failures.
 

Classes in org.codehaus.activespace.cache used by org.codehaus.activespace.jms
ClusteredCacheManagerFactory
          A Factory class for creating new ClusteredCacheManager instances.
TransactionalCacheManagerFactory
          A Factory class for creating new TransactionalCacheManager instances.
 



Copyright © 2004 Protique, Ltd.. All Rights Reserved.