Class ClearStatisticsHandler

java.lang.Object
org.jboss.as.connector.dynamicresource.ClearStatisticsHandler
All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler

public class ClearStatisticsHandler extends Object implements org.jboss.as.controller.OperationStepHandler
Clear stats from passed plugins
Author:
Stefano Maestri
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.jboss.as.controller.OperationDefinition
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ClearStatisticsHandler(org.jboss.jca.core.spi.statistics.StatisticsPlugin... stats)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
     

    Methods inherited from class java.lang.Object

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

    • DEFINITION

      public static final org.jboss.as.controller.OperationDefinition DEFINITION
  • Constructor Details

    • ClearStatisticsHandler

      public ClearStatisticsHandler(org.jboss.jca.core.spi.statistics.StatisticsPlugin... stats)
  • Method Details

    • execute

      public void execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException
      Specified by:
      execute in interface org.jboss.as.controller.OperationStepHandler
      Throws:
      org.jboss.as.controller.OperationFailedException