Class JmxConfiguration

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 Configuration interface, which is unknown to the jmx package.

  • 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.