mx4j.adaptor.interceptor
Interface Interceptor
- All Superinterfaces:
- Invocable
- All Known Implementing Classes:
- AdaptorInterceptor
- 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 |
getType
public java.lang.String getType()
- Returns the type of this interceptor
setNext
public void setNext(Interceptor interceptor)
- Sets the next interceptor in the chain
Copyright © 2001-2002 MX4J Team. All Rights Reserved.