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

Uses of Class org.jboss.cache.interceptors.Interceptor (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档


Uses of Class
org.jboss.cache.interceptors.Interceptor

Packages that use Interceptor
org.jboss.cache   
org.jboss.cache.interceptors   
 

Uses of Interceptor in org.jboss.cache
 

Fields in org.jboss.cache declared as Interceptor
protected  Interceptor TreeCache.interceptor_chain
          TreeCache.invokeMethod(MethodCall) will dispatch to this chain of interceptors.
 

Uses of Interceptor in org.jboss.cache.interceptors
 

Subclasses of Interceptor in org.jboss.cache.interceptors
 class CacheLoaderInterceptor
          Loads nodes that don't exist at the time of the call into memory from the CacheLoader
 class CacheStoreInterceptor
          Writes modifications back to the store on the way out: stores modifications back through the CacheLoader, either after each method call (no TXs), or at TX commit.
 class CallInterceptor
          Always at the end of the chain, directly in front of the cache.
 class CreateIfNotExistsInterceptor
          Handles putXXX() methods: if the given node doesn't exist, it will be created (depending on the create_if_not_exists argument)
 class LockInterceptor
          Handles locking.
 class ReplicationInterceptor
          Takes care of replicating modifications to other nodes in a cluster.
 

Methods in org.jboss.cache.interceptors that return Interceptor
 Interceptor Interceptor.getNext()
           
 

Methods in org.jboss.cache.interceptors with parameters of type Interceptor
 void Interceptor.setNext(Interceptor i)
           
 



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