当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
CallInterceptor (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
org.jboss.cache.interceptors
Class CallInterceptor
java.lang.Object
org.jboss.cache.interceptors.Interceptor
org.jboss.cache.interceptors.CallInterceptor
- public class CallInterceptor
- extends Interceptor
Always at the end of the chain, directly in front of the cache. Simply calls into the cache using reflection.
If the call resulted in a modification, add the Modification to the end of the modification list
keyed by the current transaction
- Version:
- $Id: CallInterceptor.java,v 1.1.6.1 2004/12/14 08:19:20 starksm Exp $
- Author:
- Bela Ban
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallInterceptor
public CallInterceptor()
setCache
public void setCache(TreeCache cache)
- Overrides:
setCache
in class Interceptor
invoke
public Object invoke(org.jgroups.blocks.MethodCall m)
throws Throwable
- Overrides:
invoke
in class Interceptor
- Throws:
Throwable
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.