Uses of Interface mx4j.server.interceptor.MBeanServerInterceptor

Uses in package mx4j.server.interceptor

Classes implementing mx4j.server.interceptor.MBeanServerInterceptor

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

Methods with parameter type mx4j.server.interceptor.MBeanServerInterceptor

void
Appends the given interceptor, provided by the client, to the existing interceptor chain.
void
Appends the given interceptor, provided by the client, to the existing interceptor chain.
void
Adds the given interceptor at the end of the interceptor chain, after the custom interceptors that may be added via addInterceptor(MBeanServerInterceptor).
void
Adds the given interceptor at the beginning of the interceptor chain, before the custom interceptors that may be added via addInterceptor(MBeanServerInterceptor).
void
MBeanServerInterceptorConfigurator.registerInterceptor(MBeanServerInterceptor interceptor, javax.management.ObjectName name)
Appends the given interceptor, provided by the client, to the existing interceptor chain and registers it as MBean.
void
Appends the given interceptor, provided by the client, to the existing interceptor chain and registers it as MBean.

Methods with return type mx4j.server.interceptor.MBeanServerInterceptor

MBeanServerInterceptor
Returns the head interceptor of the interceptor chain.
MBeanServerInterceptor

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