org.jboss.cache.interceptors
Class OptimisticNodeInterceptor
java.lang.Object
org.jboss.cache.interceptors.Interceptor
org.jboss.cache.interceptors.OptimisticInterceptor
org.jboss.cache.interceptors.OptimisticNodeInterceptor
- All Implemented Interfaces:
- InterceptorMBean
public class OptimisticNodeInterceptor
- extends OptimisticInterceptor
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.
- Author:
- Manik Surtani (manik@jboss.org), Steve Woodcock (stevew@jofti.com)
Methods inherited from class org.jboss.cache.interceptors.Interceptor |
dumpStatistics, getLast, getNext, getStatisticsEnabled, isActive, isOnePhaseCommitPrepareMehod, isPreparing, isValid, resetStatistics, setLast, setNext, setStatisticsEnabled, toString |
OptimisticNodeInterceptor
public OptimisticNodeInterceptor()
setCache
public void setCache(CacheSPI c)
- Overrides:
setCache
in class OptimisticInterceptor
invoke
public Object invoke(InvocationContext ctx)
throws Throwable
- Overrides:
invoke
in class Interceptor
- Throws:
Throwable
Copyright © 2007 JBoss, a division of Red Hat. All Rights Reserved.