|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.cache.interceptors.Interceptor (src)
org.jboss.cache.interceptors.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.
Constructor Summary | |
CacheStoreInterceptor()
|
Method Summary | |
java.lang.Object |
invoke(MethodCall m)
Pass the method on. |
void |
setCache(TreeCache (src) cache)
|
Methods inherited from class org.jboss.cache.interceptors.Interceptor (src) |
getNext, setNext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CacheStoreInterceptor()
Method Detail |
public void setCache(TreeCache (src) cache)
setCache
in class Interceptor (src)
public java.lang.Object invoke(MethodCall m) throws java.lang.Throwable
invoke
in class Interceptor (src)
m
-
java.lang.Throwable
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |