当前页面:
在线文档首页 >
JBoss 3.2.7 Cache API Documentation 英文版文档
Interceptor (JBoss Cache API) - JBoss 3.2.7 Cache API Documentation 英文版文档
org.jboss.cache.interceptors
Class Interceptor
java.lang.Object
org.jboss.cache.interceptors.Interceptor
- Direct Known Subclasses:
- CacheLoaderInterceptor, CacheStoreInterceptor, CallInterceptor, CreateIfNotExistsInterceptor, LockInterceptor, ReplicationInterceptor
- public abstract class Interceptor
- extends Object
Class representing an interceptor.
Note that this will be replaced by org.jboss.aop.advice.Interceptor
in one of the next releases
- Version:
- $Id: Interceptor.java,v 1.1.4.3 2004/12/30 17:08:24 starksm Exp $
- Author:
- Bela Ban
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Interceptor
public Interceptor()
setNext
public void setNext(Interceptor i)
getNext
public Interceptor getNext()
setCache
public void setCache(TreeCache cache)
invoke
public Object invoke(org.jgroups.blocks.MethodCall m)
throws Throwable
- Throws:
Throwable
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.