mx4j.server.interceptor

Interface DefaultMBeanServerInterceptorMBean

public interface DefaultMBeanServerInterceptorMBean

Management interface for the DefaultMBeanServerInterceptor MBean

Version: $Revision: 1.6 $

Method Summary
StringgetType()
Returns the type of this interceptor
booleanisEnabled()
Returns whether this interceptor is enabled
voidsetEnabled(boolean enabled)
Enables or disables this interceptor

Method Detail

getType

public String getType()
Returns the type of this interceptor

isEnabled

public boolean isEnabled()
Returns whether this interceptor is enabled

See Also: DefaultMBeanServerInterceptorMBean

setEnabled

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

See Also: DefaultMBeanServerInterceptorMBean

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