Uses of Interface
org.glassfish.grizzly.http.server.jmxbase.JmxEventListener
Packages that use JmxEventListener
-
Uses of JmxEventListener in org.glassfish.grizzly.http.server
Classes in org.glassfish.grizzly.http.server that implement JmxEventListenerModifier and TypeClassDescriptionclassThe HttpHandlerChain class allows the invocation of multipleHttpHandlers every time a new HTTP request is ready to be handled.Methods in org.glassfish.grizzly.http.server that return types with arguments of type JmxEventListenerMethods in org.glassfish.grizzly.http.server with parameters of type JmxEventListenerModifier and TypeMethodDescriptionvoidServerConfiguration.addJmxEventListener(JmxEventListener listener) Add aJmxEventListenerwhich will be notified when theHttpServeris started and JMX was enabled prior to starting or if theHttpServerwas started with JMX disabled, but JMX was enabled at a later point in time.voidServerConfiguration.removeJmxEventListener(JmxEventListener listener) Removes the specifiedJmxEventListener.