|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.cache.interceptors.Interceptor
org.jboss.cache.interceptors.OptimisticInterceptor
org.jboss.cache.interceptors.OptimisticNodeInterceptor
public class OptimisticNodeInterceptor
Operations on nodes are done on the copies that exist in the workspace rather than passed down
to the CallInterceptor
. These operations happen in this interceptor.
Field Summary |
---|
Fields inherited from class org.jboss.cache.interceptors.OptimisticInterceptor |
---|
trace, txManager, txTable |
Fields inherited from class org.jboss.cache.interceptors.Interceptor |
---|
cache, configuration, last, log, next |
Constructor Summary | |
---|---|
OptimisticNodeInterceptor()
|
Method Summary | |
---|---|
java.lang.Object |
invoke(InvocationContext ctx)
|
void |
setCache(CacheSPI c)
|
Methods inherited from class org.jboss.cache.interceptors.OptimisticInterceptor |
---|
getGlobalTransaction, getTransactionWorkspace, greedyGetFqns |
Methods inherited from class org.jboss.cache.interceptors.Interceptor |
---|
dumpStatistics, getLast, getNext, getStatisticsEnabled, isActive, isOnePhaseCommitPrepareMehod, isPreparing, isValid, resetStatistics, setLast, setNext, setStatisticsEnabled, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OptimisticNodeInterceptor()
Method Detail |
---|
public void setCache(CacheSPI c)
setCache
in class OptimisticInterceptor
public java.lang.Object invoke(InvocationContext ctx) throws java.lang.Throwable
invoke
in class Interceptor
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |