Package org.eclipse.jetty.ee10.webapp
Class JmxConfiguration
java.lang.Object
org.eclipse.jetty.ee10.webapp.AbstractConfiguration
org.eclipse.jetty.ee10.webapp.JmxConfiguration
- All Implemented Interfaces:
Configuration
JMX Configuration
This configuration configures the WebAppContext server/system classes to
be able to see the org.eclipse.jetty.jmx package. This class is defined
in the webapp package, as it implements the Configuration
interface,
which is unknown to the jmx package.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.ee10.webapp.AbstractConfiguration
AbstractConfiguration.Builder
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.jetty.ee10.webapp.AbstractConfiguration
abort, configure, deconfigure, destroy, getDependencies, getDependents, getHiddenClasses, getProtectedClasses, isEnabledByDefault, postConfigure, preConfigure
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.ee10.webapp.Configuration
getServerClasses, getSystemClasses, 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.
-