mx4j.server.interceptor

Interface MBeanServerInterceptorConfiguratorMBean

public interface MBeanServerInterceptorConfiguratorMBean

Management interface for the MBeanServerInterceptorConfigurator MBean.

Version: $Revision: 1.6 $

Method Summary
voidaddInterceptor(MBeanServerInterceptor interceptor)
Appends the given interceptor, provided by the client, to the existing interceptor chain.
voidclearInterceptors()
Removes all the interceptors added via MBeanServerInterceptorConfiguratorMBean.
booleanisRunning()
Returns whether this configurator is running and thus if the MBeanServer can accept incoming calls
voidregisterInterceptor(MBeanServerInterceptor interceptor, ObjectName name)
Appends the given interceptor, provided by the client, to the existing interceptor chain and registers it as MBean.
voidstart()
Starts this configurator, so that the MBeanServer is now able to accept incoming calls.
voidstop()
Stops this configurator, so that the MBeanServer is not able to accept incoming calls.

Method Detail

addInterceptor

public void addInterceptor(MBeanServerInterceptor interceptor)
Appends the given interceptor, provided by the client, to the existing interceptor chain.

See Also: MBeanServerInterceptorConfiguratorMBean

clearInterceptors

public void clearInterceptors()
Removes all the interceptors added via MBeanServerInterceptorConfiguratorMBean.

See Also: MBeanServerInterceptorConfiguratorMBean

isRunning

public boolean isRunning()
Returns whether this configurator is running and thus if the MBeanServer can accept incoming calls

See Also: MBeanServerInterceptorConfiguratorMBean

registerInterceptor

public void registerInterceptor(MBeanServerInterceptor interceptor, ObjectName name)
Appends the given interceptor, provided by the client, to the existing interceptor chain and registers it as MBean.

See Also: MBeanServerInterceptorConfiguratorMBean

start

public void start()
Starts this configurator, so that the MBeanServer is now able to accept incoming calls.

See Also: MBeanServerInterceptorConfiguratorMBean MBeanServerInterceptorConfiguratorMBean

stop

public void stop()
Stops this configurator, so that the MBeanServer is not able to accept incoming calls.

See Also: MBeanServerInterceptorConfiguratorMBean

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