org.jboss.cache.interceptors
Class BaseInterceptor

java.lang.Object
  extended byorg.jboss.cache.interceptors.Interceptor
      extended byorg.jboss.cache.interceptors.BaseInterceptor
All Implemented Interfaces:
InterceptorMBean

public class BaseInterceptor
extends Interceptor

Provides a base interceptor class that can be instantiated. Used to represent interceptors that don't have an associated mbean.

Version:
$Id: BaseInterceptor.java,v 1.1 2005/12/23 21:01:40 jerrygauth Exp $
Author:
Jerry Gauthier

Constructor Summary
BaseInterceptor()
           
 
Methods inherited from class org.jboss.cache.interceptors.Interceptor
dumpStatistics, getInvocationContext, getNext, getStatisticsEnabled, invoke, isActive, isOnePhaseCommitPrepareMehod, isPreparing, isTransactionLifecycleMethod, isValid, resetStatistics, setCache, setInvocationContext, setNext, setStatisticsEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseInterceptor

public BaseInterceptor()


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