mx4j.tools.adaptor.interceptor

Interface AdaptorInterceptorMBean

Known Implementing Classes:
AdaptorInterceptor, ContextClassLoaderAdaptorInterceptor, InvokerAdaptorInterceptor, LoggerAdaptorInterceptor, TimingAdaptorInterceptor

public interface AdaptorInterceptorMBean

Management interface for interceptors

Version:
$Revision: 1.3 $

Method Summary

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

Method Details

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.