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 org.jboss.as.controller.OperationDefinitionDEFINITION
-
Constructor Summary
Constructors Constructor Description ClearStatisticsHandler(org.jboss.jca.core.spi.statistics.StatisticsPlugin... stats)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Method Detail
-
execute
public void execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException- Specified by:
executein interfaceorg.jboss.as.controller.OperationStepHandler- Throws:
org.jboss.as.controller.OperationFailedException
-
-