站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 Cache API Documentation 英文版文档

Uses of Class org.jboss.cache.TreeCache (JBoss Cache API) - JBoss 3.2.7 Cache API Documentation 英文版文档


Uses of Class
org.jboss.cache.TreeCache

Packages that use TreeCache
org.jboss.cache   
org.jboss.cache.eviction   
org.jboss.cache.interceptors   
org.jboss.cache.loader   
org.jboss.cache.loader.bdbje   
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
 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.
protected  void Node.init(Object child_name, Fqn fqn, Node parent, TreeCache cache)
           
 void ConsoleListener.cacheStarted(TreeCache cache)
           
 void ConsoleListener.cacheStopped(TreeCache cache)
           
 

Constructors in org.jboss.cache with parameters of type TreeCache
TreeCacheView2(TreeCache cache)
           
ReplicationQueue(TreeCache cache, long interval, long max_elements)
           
Node(TreeCache cache)
           
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)
           
ConsoleListener(TreeCache cache)
          Constructor.
ConsoleListener(TreeCache cache, boolean startCache, boolean stopCache)
          Constructor.
 

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 LRUPolicy.cacheStarted(TreeCache cache)
           
 void LRUPolicy.cacheStopped(TreeCache cache)
           
 void LRUPolicy.configure(TreeCache cache)
           
 void EvictionPolicy.configure(TreeCache cache)
          Method called to configure this implementation.
 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 ReplicationInterceptor.setCache(TreeCache cache)
           
 void LockInterceptor.setCache(TreeCache cache)
           
 void Interceptor.setCache(TreeCache cache)
           
 void CreateIfNotExistsInterceptor.setCache(TreeCache cache)
           
 void CallInterceptor.setCache(TreeCache cache)
           
 void CacheStoreInterceptor.setCache(TreeCache cache)
           
 void CacheLoaderInterceptor.setCache(TreeCache cache)
           
 

Uses of TreeCache in org.jboss.cache.loader
 

Methods in org.jboss.cache.loader with parameters of type TreeCache
 void SharedStoreCacheLoader.cacheStarted(TreeCache cache)
           
 void SharedStoreCacheLoader.cacheStopped(TreeCache cache)
           
 void SharedStoreCacheLoader.setCache(TreeCache c)
           
 void JDBCCacheLoader.setCache(TreeCache c)
           
 void FileCacheLoader.setCache(TreeCache c)
           
 void DelegatingCacheLoader.setCache(TreeCache c)
           
 void CacheLoader.setCache(TreeCache c)
          This method allows the CacheLoader to set the TreeCache, therefore allowing the CacheLoader to invoke methods of the TreeCache.
 

Constructors in org.jboss.cache.loader with parameters of type TreeCache
DelegatingCacheLoader(TreeCache delegate)
           
 

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.lock
 

Methods in org.jboss.cache.lock with parameters of type TreeCache
 void LockManagerImpl.getReadLock(TreeCache cache, String fqn, long timeout)
           
 void LockManagerImpl.getWriteLock(TreeCache cache, String fqn, long timeout)
           
 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.
 

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



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