Class JmxConfiguration
java.lang.Object
org.eclipse.jetty.ee9.webapp.AbstractConfiguration
org.eclipse.jetty.ee9.webapp.JmxConfiguration
- All Implemented Interfaces:
 Configuration
This configuration configures the WebAppContext system/server 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 interface Configuration
Configuration.Wrapper, Configuration.WrapperFunction - 
Field Summary
Fields inherited from interface Configuration
ATTR - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class AbstractConfiguration
abort, addDependencies, addDependencies, addDependents, addDependents, cloneConfigure, configure, deconfigure, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, postConfigure, preConfigure, protect, protectAndExposeMethods 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.
 
 
 -