mx4j.server.interceptor
Interface DefaultMBeanServerInterceptorMBean

All Known Implementing Classes:
ContextClassLoaderMBeanServerInterceptor, DefaultMBeanServerInterceptor, InvokerMBeanServerInterceptor, NotificationListenerMBeanServerInterceptor, SecurityMBeanServerInterceptor

public interface DefaultMBeanServerInterceptorMBean

Management interface for the DefaultMBeanServerInterceptor MBean

Version:
$Revision: 1.6 $

Method Summary
 java.lang.String getType()
          Returns the type of this interceptor
 boolean isEnabled()
          Returns whether this interceptor is enabled
 void setEnabled(boolean enabled)
          Enables or disables this interceptor
 

Method Detail

isEnabled

boolean isEnabled()
Returns whether this interceptor is enabled

See Also:
setEnabled(boolean)

setEnabled

void setEnabled(boolean enabled)
Enables or disables this interceptor

See Also:
isEnabled()

getType

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



Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.