mx4j.server.interceptor
Interface DefaultMBeanServerInterceptorMBean
- ContextClassLoaderMBeanServerInterceptor, DefaultMBeanServerInterceptor, InvokerMBeanServerInterceptor, NotificationListenerMBeanServerInterceptor, SecurityMBeanServerInterceptor
public interface DefaultMBeanServerInterceptorMBean
Management interface for the DefaultMBeanServerInterceptor MBean
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
|
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 enabled)
Enables or disables this interceptor
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.