Package org.apache.felix.mosgi.jmx.agent.mx4j.server.interceptor

Interface Summary
DefaultMBeanServerInterceptorMBean Management interface for the DefaultMBeanServerInterceptor MBean
InvokerMBeanServerInterceptorMBean Management interface for the InvokerMBeanServerInterceptor MBean
MBeanServerInterceptor MBeanServer --> MBean interceptor.
MBeanServerInterceptorConfiguratorMBean Management interface for the MBeanServerInterceptorConfigurator MBean.
SecurityMBeanServerInterceptorMBean Management interface for the SecurityMBeanServerInterceptor MBean
 

Class Summary
ContextClassLoaderMBeanServerInterceptor This interceptor sets the context class loader to the proper value for incoming calls.
DefaultMBeanServerInterceptor Base class for MBeanServer --> MBean interceptors.
InvokerMBeanServerInterceptor The last MBeanServer --$gt; MBean interceptor in the chain.
MBeanServerInterceptorConfigurator MBean that configures the MBeanServer --> MBean interceptor chain.
NotificationListenerMBeanServerInterceptor Interceptor that takes care of replacing the source of Notifications to the ObjectName of the NotificationBroadcaster that emitted it.
SecurityMBeanServerInterceptor Interceptor that takes care of performing security checks (in case the SecurityManager is installed) for MBeanServer to MBean calls.