Interface JmxEventListener
-
- All Known Implementing Classes:
HttpHandlerChain
public interface JmxEventListenerNotify implementations when JMX is enabled on aHttpServerinstance.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidjmxDisabled()Invoked when JMX has been disabled.voidjmxEnabled()Invoked when JMX has been enabled.
-