Class MicroProfileMetricsExtension

java.lang.Object
org.jboss.as.controller.extension.AbstractLegacyExtension
org.wildfly.extension.microprofile.metrics.MicroProfileMetricsExtension
All Implemented Interfaces:
org.jboss.as.controller.Extension, org.jboss.as.controller.Feature

public class MicroProfileMetricsExtension extends org.jboss.as.controller.extension.AbstractLegacyExtension
Author:
Jeff Mesnil (c) 2018 Red Hat inc.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The name of our subsystem within the model.
    protected static final org.jboss.as.controller.PathElement
     
    protected static final org.jboss.as.controller.ModelVersion
     
    protected static final org.jboss.as.controller.ModelVersion
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Set<org.jboss.as.controller.registry.ManagementResourceRegistration>
    initializeLegacyModel(org.jboss.as.controller.ExtensionContext context)
     
    void
    initializeLegacyParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context)
     

    Methods inherited from class org.jboss.as.controller.extension.AbstractLegacyExtension

    initialize, initializeParsers

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.jboss.as.controller.Feature

    getStability
  • Field Details

    • SUBSYSTEM_NAME

      public static final String SUBSYSTEM_NAME
      The name of our subsystem within the model.
      See Also:
    • SUBSYSTEM_PATH

      protected static final org.jboss.as.controller.PathElement SUBSYSTEM_PATH
    • VERSION_1_0_0

      protected static final org.jboss.as.controller.ModelVersion VERSION_1_0_0
    • VERSION_2_0_0

      protected static final org.jboss.as.controller.ModelVersion VERSION_2_0_0
  • Constructor Details

    • MicroProfileMetricsExtension

      public MicroProfileMetricsExtension()
  • Method Details

    • initializeLegacyModel

      protected Set<org.jboss.as.controller.registry.ManagementResourceRegistration> initializeLegacyModel(org.jboss.as.controller.ExtensionContext context)
      Specified by:
      initializeLegacyModel in class org.jboss.as.controller.extension.AbstractLegacyExtension
    • initializeLegacyParsers

      public void initializeLegacyParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context)
      Specified by:
      initializeLegacyParsers in class org.jboss.as.controller.extension.AbstractLegacyExtension