mx4j.tools.adaptor.interceptor
Interface Interceptor
- Invocable
- AdaptorInterceptor, ContextClassLoaderAdaptorInterceptor, InvokerAdaptorInterceptor, LoggerAdaptorInterceptor, TimingAdaptorInterceptor
public interface Interceptor
The interceptor interface for JMX adaptors.
Version:
String | getType() - Returns the type of this interceptor
|
void | setNext(Interceptor interceptor) - Sets the next interceptor in the chain
|
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.