Uses of Class
org.jboss.cache.TreeCache

Packages that use TreeCache
org.jboss.cache   
org.jboss.cache.aop   
org.jboss.cache.eviction   
org.jboss.cache.interceptors   
org.jboss.cache.loader   
org.jboss.cache.loader.bdbje   
org.jboss.cache.loader.rmi   
org.jboss.cache.lock   
 

Uses of TreeCache in org.jboss.cache
 

Methods in org.jboss.cache that return TreeCache
 TreeCache TreeCacheMBean.getInstance()
           
 TreeCache TreeCache.getInstance()
           
 

Methods in org.jboss.cache with parameters of type TreeCache
protected  void Node.init(Object child_name, Fqn fqn, Node parent, TreeCache cache)
           
 void TreeCacheView.MyListener.cacheStarted(TreeCache cache)
           
 void TreeCacheView.MyListener.cacheStopped(TreeCache cache)
           
 void TreeCacheListener.cacheStarted(TreeCache cache)
          Called when the cache is started.
 void TreeCacheListener.cacheStopped(TreeCache cache)
          Called when the cache is stopped.
 void ConsoleListener.cacheStarted(TreeCache cache)
           
 void ConsoleListener.cacheStopped(TreeCache cache)
           
 

Constructors in org.jboss.cache with parameters of type TreeCache
Node(Object child_name, Fqn fqn, Node parent, Map data, TreeCache cache)
           
Node(Object child_name, Fqn fqn, Node parent, Object key, Object value, TreeCache cache)
           
TreeCacheView2(TreeCache cache)
           
ReplicationQueue(TreeCache cache, long interval, long max_elements)
           
ConsoleListener(TreeCache cache)
          Constructor.
ConsoleListener(TreeCache cache, boolean startCache, boolean stopCache)
          Constructor.
 

Uses of TreeCache in org.jboss.cache.aop
 

Subclasses of TreeCache in org.jboss.cache.aop
 class TreeCacheAop
          Implementation of the cache using dyanmic aop interceptors.
 

Uses of TreeCache in org.jboss.cache.eviction
 

Fields in org.jboss.cache.eviction declared as TreeCache
protected  TreeCache BaseEvictionPolicy.cache_
           
 

Methods in org.jboss.cache.eviction with parameters of type TreeCache
 void EvictionPolicy.configure(TreeCache cache)
          Method called to configure this implementation.
 void LRUPolicy.cacheStarted(TreeCache cache)
           
 void LRUPolicy.cacheStopped(TreeCache cache)
           
 void LRUPolicy.configure(TreeCache cache)
           
 void BaseEvictionPolicy.configure(TreeCache cache)
           
 

Uses of TreeCache in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type TreeCache
 void CreateIfNotExistsInterceptor.setCache(TreeCache cache)
           
 void Interceptor.setCache(TreeCache cache)
           
 void LockInterceptor.setCache(TreeCache cache)
           
 void ReplicationInterceptor.setCache(TreeCache cache)
           
 void UnlockInterceptor.setCache(TreeCache cache)
           
 void CacheStoreInterceptor.setCache(TreeCache cache)
           
 void CacheLoaderInterceptor.setCache(TreeCache cache)
           
 void CallInterceptor.setCache(TreeCache cache)
           
 

Uses of TreeCache in org.jboss.cache.loader
 

Methods in org.jboss.cache.loader with parameters of type TreeCache
 void LocalDelegatingCacheLoader.setCache(TreeCache cache)
           
 void RmiDelegatingCacheLoader.setCache(TreeCache cache)
          Allows configuration via XML config file.
 void CacheLoader.setCache(TreeCache c)
          This method allows the CacheLoader to set the TreeCache, therefore allowing the CacheLoader to invoke methods of the TreeCache.
 void JDBCCacheLoader.setCache(TreeCache c)
           
 void RpcDelegatingCacheLoader.setCache(TreeCache cache)
          Allows configuration via XML config file.
 void FileCacheLoader.setCache(TreeCache c)
           
 void SharedStoreCacheLoader.cacheStarted(TreeCache cache)
           
 void SharedStoreCacheLoader.cacheStopped(TreeCache cache)
           
 void SharedStoreCacheLoader.setCache(TreeCache c)
           
abstract  void DelegatingCacheLoader.setCache(TreeCache c)
           
 

Constructors in org.jboss.cache.loader with parameters of type TreeCache
LocalDelegatingCacheLoader(TreeCache delegate)
           
RmiDelegatingCacheLoader(TreeCache cache, String host, int port, String bindName)
          Allows programmatic configuration.
RpcDelegatingCacheLoader(TreeCache cache, int timeout)
          Allows programmatic configuration.
 

Uses of TreeCache in org.jboss.cache.loader.bdbje
 

Methods in org.jboss.cache.loader.bdbje with parameters of type TreeCache
 void BdbjeCacheLoader.setCache(TreeCache c)
          Sets the TreeCache owner of this cache loader.
 

Uses of TreeCache in org.jboss.cache.loader.rmi
 

Constructors in org.jboss.cache.loader.rmi with parameters of type TreeCache
RemoteTreeCacheImpl(TreeCache cache)
           
 

Uses of TreeCache in org.jboss.cache.lock
 

Methods in org.jboss.cache.lock with parameters of type TreeCache
 void LockManager.getReadLock(TreeCache cache, String fqn, long timeout)
          Acquires a read lock.
 void LockManager.getWriteLock(TreeCache cache, String fqn, long timeout)
          Acquires a write-lock.
 void LockManagerImpl.getReadLock(TreeCache cache, String fqn, long timeout)
           
 void LockManagerImpl.getWriteLock(TreeCache cache, String fqn, long timeout)
           
 

Constructors in org.jboss.cache.lock with parameters of type TreeCache
IdentityLock(TreeCache cache, Fqn fqn)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.