mx4j.adaptor.interceptor
Interface Interceptor

All Superinterfaces:
Invocable
All Known Implementing Classes:
AdaptorInterceptor, ContextClassLoaderAdaptorInterceptor, InvokerAdaptorInterceptor, LoggerAdaptorInterceptor, TimingAdaptorInterceptor

public interface Interceptor
extends Invocable

The interceptor interface for JMX adaptors.

Version:
$Revision: 1.2 $
Author:
Simone Bordet

Method Summary
 java.lang.String getType()
          Returns the type of this interceptor
 void setNext(Interceptor interceptor)
          Sets the next interceptor in the chain
 
Methods inherited from interface mx4j.adaptor.interceptor.Invocable
invoke
 

Method Detail

getType

java.lang.String getType()
Returns the type of this interceptor


setNext

void setNext(Interceptor interceptor)
Sets the next interceptor in the chain



Copyright © 2001-2002 MX4J Team. All Rights Reserved.