|
|||||||||||
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_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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |