mx4j.server.interceptor

Interface DefaultMBeanServerInterceptorMBean

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

public interface DefaultMBeanServerInterceptorMBean

Management interface for the DefaultMBeanServerInterceptor MBean

Version:
$Revision: 1.6 $

Method Summary

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 Details

getType

public String getType()
Returns the type of this interceptor


isEnabled

public boolean isEnabled()
Returns whether this interceptor is enabled

See Also:
setEnabled(boolean)


setEnabled

public void setEnabled(boolean enabled)
Enables or disables this interceptor

See Also:
isEnabled()


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