org.apache.felix.mosgi.jmx.agent.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.1.1.1 $
Author:
Simone Bordet

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 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

String getType()
Returns the type of this interceptor



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.