Class JmxConfiguration

java.lang.Object
org.eclipse.jetty.ee8.webapp.AbstractConfiguration
org.eclipse.jetty.ee8.webapp.JmxConfiguration
All Implemented Interfaces:
Configuration

public class JmxConfiguration extends AbstractConfiguration

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.

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