Uses of Interface
org.glassfish.grizzly.http.server.jmx.JmxEventListener

Packages that use JmxEventListener
org.glassfish.grizzly.http.server   
 

Uses of JmxEventListener in org.glassfish.grizzly.http.server
 

Classes in org.glassfish.grizzly.http.server that implement JmxEventListener
 class HttpHandlerChain
          The HttpHandlerChain class allows the invocation of multiple HttpHandlers 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
 Set<JmxEventListener> ServerConfiguration.getJmxEventListeners()
           
 

Methods in org.glassfish.grizzly.http.server with parameters of type JmxEventListener
 void ServerConfiguration.addJmxEventListener(JmxEventListener listener)
          Add a JmxEventListener which will be notified when the HttpServer is started and JMX was enabled prior to starting or if the HttpServer was started with JMX disabled, but JMX was enabled at a later point in time.
 void ServerConfiguration.removeJmxEventListener(JmxEventListener listener)
          Removes the specified JmxEventListener.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.