Uses of Interface
org.glassfish.grizzly.http.server.jmxbase.JmxEventListener
-
Packages that use JmxEventListener Package Description org.glassfish.grizzly.http.server -
-
Uses of JmxEventListener in org.glassfish.grizzly.http.server
Classes in org.glassfish.grizzly.http.server that implement JmxEventListener Modifier and Type Class Description classHttpHandlerChainThe 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 JmxEventListener Modifier and Type Method Description Set<JmxEventListener>ServerConfiguration. getJmxEventListeners()Methods in org.glassfish.grizzly.http.server with parameters of type JmxEventListener Modifier and Type Method Description voidServerConfiguration. 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.
-