mx4j.server.interceptor
Interface MBeanServerInterceptorConfiguratorMBean

All Known Implementing Classes:
MBeanServerInterceptorConfigurator

public interface MBeanServerInterceptorConfiguratorMBean

Management interface for the interceptor configurator

Version:
$Revision: 1.2 $
Author:
Simone Bordet

Field Summary
static java.lang.String OBJECT_NAME
           
 
Method Summary
 boolean isRunning()
          Returns whether the interceptor chain accept incoming calls or not.
 void start()
          Starts accepting calls in the interceptor chain
 void stop()
          Suspends the called in the interceptor chain until they're resumed with start().
 

Field Detail

OBJECT_NAME

public static final java.lang.String OBJECT_NAME
Method Detail

start

public void start()
Starts accepting calls in the interceptor chain

stop

public void stop()
Suspends the called in the interceptor chain until they're resumed with start().

isRunning

public boolean isRunning()
Returns whether the interceptor chain accept incoming calls or not.