Class DeploymentMetricService

java.lang.Object
org.wildfly.extension.metrics.deployment.DeploymentMetricService
All Implemented Interfaces:
org.jboss.msc.Service

public class DeploymentMetricService extends Object implements org.jboss.msc.Service
  • Field Summary

    Fields inherited from interface org.jboss.msc.Service

    NULL
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    install(org.jboss.as.controller.RequirementServiceTarget serviceTarget, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.controller.registry.Resource rootResource, org.jboss.as.controller.registry.ManagementResourceRegistration managementResourceRegistration, boolean exposeAnySubsystem, List<String> exposedSubsystems, String prefix)
     
    void
    start(org.jboss.msc.service.StartContext startContext)
     
    void
    stop(org.jboss.msc.service.StopContext stopContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • install

      public static void install(org.jboss.as.controller.RequirementServiceTarget serviceTarget, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.controller.registry.Resource rootResource, org.jboss.as.controller.registry.ManagementResourceRegistration managementResourceRegistration, boolean exposeAnySubsystem, List<String> exposedSubsystems, String prefix)
    • start

      public void start(org.jboss.msc.service.StartContext startContext)
      Specified by:
      start in interface org.jboss.msc.Service
    • stop

      public void stop(org.jboss.msc.service.StopContext stopContext)
      Specified by:
      stop in interface org.jboss.msc.Service