Interface | Description |
---|---|
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 | Description |
---|---|
ContextClassLoaderMBeanServerInterceptor |
This interceptor sets the context class loader to the proper value for incoming calls.
|
DefaultMBeanServerInterceptor |
Base class for MBeanServer --> MBean interceptors.
|
DefaultMBeanServerInterceptorMBeanDescription |
Management interface description for the DefaultMBeanServerInterceptor MBean
|
InvokerMBeanServerInterceptor |
The last MBeanServer --$gt; MBean interceptor in the chain.
|
InvokerMBeanServerInterceptorMBeanDescription |
Management interface description for the InvokerMBeanServerInterceptor MBean.
|
MBeanServerInterceptorConfigurator |
MBean that configures the MBeanServer --> MBean interceptor chain.
|
MBeanServerInterceptorConfiguratorMBeanDescription |
Management interface description for the MBeanServerInterceptorConfigurator MBean.
|
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.
|
SecurityMBeanServerInterceptorMBeanDescription |
Management interface description for the SecurityMBeanServerInterceptor MBean.
|