- java.lang.Object
-
- org.eclipse.jetty.webapp.AbstractConfiguration
-
- org.eclipse.jetty.webapp.JmxConfiguration
-
- All Implemented Interfaces:
Configuration
public class JmxConfiguration extends AbstractConfiguration
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
Configurationinterface, which is unknown to the jmx package. However, the correspondingServiceLoaderresource is defined in the jmx package, so that this configuration only be loaded if the jetty-jmx jars are on the classpath.
-
-
Field Summary
-
Fields inherited from interface org.eclipse.jetty.webapp.Configuration
ATTR
-
-
Constructor Summary
Constructors Constructor Description JmxConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAvailable()-
Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration
abort, addDependencies, addDependencies, addDependents, addDependents, cloneConfigure, configure, deconfigure, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, postConfigure, preConfigure, protect, protectAndExpose
-
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.webapp.Configuration
replaces
-
-