org.jboss.cache.interceptors
Class Interceptor

java.lang.Object
  |
  +--org.jboss.cache.interceptors.Interceptor
Direct Known Subclasses:
AbstractLockInterceptor, CacheLoaderInterceptor, CacheStoreInterceptor, CallInterceptor, CreateIfNotExistsInterceptor, OptimisticInterceptor, PassivationInterceptor, ReplicationInterceptor, UnlockInterceptor

public abstract class Interceptor
extends java.lang.Object

Class representing an interceptor. Note that this will be replaced by Interceptor in one of the next releases

Version:
$Id: Interceptor.java,v 1.2 2005/04/05 17:19:26 belaban Exp $
Author:
Bela Ban

Constructor Summary
Interceptor()
           
 
Method Summary
 Interceptor getNext()
           
 java.lang.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 java.lang.Object invoke(org.jgroups.blocks.MethodCall m)
                        throws java.lang.Throwable
java.lang.Throwable


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.