Class JmxConfiguration
java.lang.Object
org.eclipse.jetty.ee11.webapp.AbstractConfiguration
org.eclipse.jetty.ee11.webapp.JmxConfiguration
- All Implemented Interfaces:
 Configuration
This configuration configures the WebAppContext protected/hidden classes
so that web applications are able to see the org.eclipse.jetty.jmx and
org.eclipse.jetty.util.annotation packages and sub-packages.
This class is defined in the webapp module because it implements the
Configuration interface, which is unknown to the jmx module.
- 
Nested Class Summary
Nested classes/interfaces inherited from class AbstractConfiguration
AbstractConfiguration.Builder - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class AbstractConfiguration
abort, configure, deconfigure, destroy, getDependencies, getDependents, getHiddenClasses, getProtectedClasses, isEnabledByDefault, postConfigure, preConfigureMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Configuration
replaces 
- 
Constructor Details
- 
JmxConfiguration
public JmxConfiguration() 
 - 
 - 
Method Details
- 
isAvailable
public boolean isAvailable()- Returns:
 - True if the feature this configuration represents is available and has all its dependencies.
 
 
 -