mx4j.tools.adaptor.interceptor

Interface Interceptor

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

public interface Interceptor
extends Invocable

The interceptor interface for JMX adaptors.

Version:
$Revision: 1.3 $

Method Summary

String
getType()
Returns the type of this interceptor
void
setNext(Interceptor interceptor)
Sets the next interceptor in the chain

Methods inherited from interface mx4j.tools.adaptor.interceptor.Invocable

invoke

Method Details

getType

public String getType()
Returns the type of this interceptor


setNext

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


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