| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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_chainTreeCache.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 | CacheLoaderInterceptorLoads nodes that don't exist at the time of the call into memory from the CacheLoader | 
|  class | CacheStoreInterceptorWrites 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 | CallInterceptorAlways at the end of the chain, directly in front of the cache. | 
|  class | CreateIfNotExistsInterceptorHandles putXXX() methods: if the given node doesn't exist, it will be created (depending on the create_if_not_exists argument) | 
|  class | LockInterceptorHandles locking. | 
|  class | ReplicationInterceptorTakes 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) | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||