站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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

Constructor Summary
Interceptor()
           
 
Method Summary
 Interceptor getNext()
           
 Object invoke(org.jgroups.blocks.MethodCall m)
           
 void setCache(TreeCache cache)
           
 void setNext(Interceptor i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interceptor

public Interceptor()
Method Detail

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.