Uses of Interface
com.sun.grizzly.http.Management

Packages that use Management
com.sun.grizzly.http   
com.sun.grizzly.http.embed   
 

Uses of Management in com.sun.grizzly.http
 

Methods in com.sun.grizzly.http that return Management
 Management SelectorThread.getManagement()
          Return the Management interface, or null if JMX management is no enabled.
 

Methods in com.sun.grizzly.http with parameters of type Management
 void SelectorThread.setManagement(Management jmxManagement)
          Set the Management interface.
 

Uses of Management in com.sun.grizzly.http.embed
 

Methods in com.sun.grizzly.http.embed with parameters of type Management
 void GrizzlyWebServer.enableJMX(Management jmxManagement)
          Enable JMX Management by configuring the Management
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.