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
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() . |
OBJECT_NAME
public static final java.lang.String OBJECT_NAME
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.