mx4j.server.interceptor
Class MBeanServerInterceptorConfigurator
java.lang.Object
mx4j.server.interceptor.MBeanServerInterceptorConfigurator
- MBeanServerInterceptorConfiguratorMBean
public class MBeanServerInterceptorConfigurator
extends java.lang.Object
MBean that configures the MBeanServer --> MBean interceptor chain.
OBJECT_NAME
public static final String OBJECT_NAME
MBeanServerInterceptorConfigurator
public MBeanServerInterceptorConfigurator(javax.management.MBeanServer server)
Creates an instance of this configurator, for the given MBeanServer
addPostInterceptor
public void addPostInterceptor(MBeanServerInterceptor interceptor)
Adds the given interceptor at the end of the interceptor chain, after the custom interceptors that may be added
via
addInterceptor(MBeanServerInterceptor)
.
This method is called by the MBeanServer during initialization, to configure the interceptors needed to work properly.
addPreInterceptor
public void addPreInterceptor(MBeanServerInterceptor interceptor)
Adds the given interceptor at the beginning of the interceptor chain, before the custom interceptors that may be added
via
addInterceptor(MBeanServerInterceptor)
.
This method is called by the MBeanServer during initialization, to configure the interceptors needed to work properly.
getHeadInterceptor
public MBeanServerInterceptor getHeadInterceptor()
Returns the head interceptor of the interceptor chain.
The head interceptor is always present.
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.