mx4j.adaptor.interceptor
Interface AdaptorInterceptorMBean

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

public interface AdaptorInterceptorMBean

Management interface for interceptors

Version:
$Revision: 1.2 $
Author:
Simone Bordet

Method Summary
 java.lang.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 Detail

setEnabled

void setEnabled(boolean value)
Enables or disables this interceptor


isEnabled

boolean isEnabled()
Returns whether this interceptor is enabled


getType

java.lang.String getType()
Returns the type of this interceptor



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