mx4j.tools.adaptor.interceptor
Interface AdaptorInterceptorMBean
- AdaptorInterceptor, ContextClassLoaderAdaptorInterceptor, InvokerAdaptorInterceptor, LoggerAdaptorInterceptor, TimingAdaptorInterceptor
public interface AdaptorInterceptorMBean
Management interface for interceptors
Version:
String | getType() - Returns the type of this interceptor
|
boolean | isEnabled() - Returns whether this interceptor is enabled
|
void | setEnabled(boolean value) - Enables or disables this interceptor
|
getType
public String getType()
Returns the type of this interceptor
isEnabled
public boolean isEnabled()
Returns whether this interceptor is enabled
setEnabled
public void setEnabled(boolean value)
Enables or disables this interceptor
Copyright © 2001-2003 MX4J Team. All Rights Reserved.