org.jboss.cache.interceptors
Class OptimisticReplicationInterceptor
java.lang.Object
|
+--org.jboss.cache.interceptors.Interceptor
|
+--org.jboss.cache.interceptors.OptimisticInterceptor
|
+--org.jboss.cache.interceptors.OptimisticReplicationInterceptor
- public class OptimisticReplicationInterceptor
- extends OptimisticInterceptor
// TODO: MANIK: Javadoc this
- Author:
- Manik Surtani (manik@jboss.org), Steve Woodcock (stevew@jofti.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptimisticReplicationInterceptor
public OptimisticReplicationInterceptor()
setCache
public void setCache(TreeCache cache)
- Overrides:
setCache
in class OptimisticInterceptor
invoke
public java.lang.Object invoke(org.jgroups.blocks.MethodCall m)
throws java.lang.Throwable
- Overrides:
invoke
in class Interceptor
java.lang.Throwable
broadcastPrepare
protected java.lang.Object broadcastPrepare(org.jgroups.blocks.MethodCall methodCall)
throws java.lang.Exception
java.lang.Exception
broadcastCommit
protected void broadcastCommit(org.jgroups.blocks.MethodCall methodCall)
throws java.lang.Exception
java.lang.Exception
broadcastRollback
protected void broadcastRollback(org.jgroups.blocks.MethodCall methodCall)
throws java.lang.Exception
java.lang.Exception
replicateCall
protected void replicateCall(org.jgroups.blocks.MethodCall call,
boolean sync)
throws java.lang.Exception
java.lang.Exception
Copyright © 1998-2005 JBoss Inc . All Rights Reserved.