mx4j.server.interceptor
public interface MBeanServerInterceptorConfiguratorMBean
Version: $Revision: 1.6 $
Method Summary | |
---|---|
void | addInterceptor(MBeanServerInterceptor interceptor)
Appends the given interceptor, provided by the client, to the existing interceptor chain.
|
void | clearInterceptors()
Removes all the interceptors added via MBeanServerInterceptorConfiguratorMBean.
|
boolean | isRunning()
Returns whether this configurator is running and thus if the MBeanServer can accept incoming calls
|
void | registerInterceptor(MBeanServerInterceptor interceptor, ObjectName name)
Appends the given interceptor, provided by the client, to the existing interceptor chain and registers it as MBean.
|
void | start()
Starts this configurator, so that the MBeanServer is now able to accept incoming calls.
|
void | stop()
Stops this configurator, so that the MBeanServer is not able to accept incoming calls.
|
See Also: MBeanServerInterceptorConfiguratorMBean
See Also: MBeanServerInterceptorConfiguratorMBean
See Also: MBeanServerInterceptorConfiguratorMBean
See Also: MBeanServerInterceptorConfiguratorMBean
See Also: MBeanServerInterceptorConfiguratorMBean MBeanServerInterceptorConfiguratorMBean
See Also: MBeanServerInterceptorConfiguratorMBean