Class ProtocolMetricsHandler

java.lang.Object
org.jboss.as.controller.AbstractRuntimeOnlyHandler
org.jboss.as.clustering.jgroups.subsystem.ProtocolMetricsHandler
All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler

public class ProtocolMetricsHandler extends org.jboss.as.controller.AbstractRuntimeOnlyHandler
A generic handler for protocol metrics based on reflection.
Author:
Richard Achmatowicz (c) 2013 Red Hat Inc., Radoslav Husar, Paul Ferraro
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProtocolMetricsHandler(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.jgroups.JChannel> executors)
     
  • Method Summary

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

    Methods inherited from class org.jboss.as.controller.AbstractRuntimeOnlyHandler

    execute, requiresRuntime, resourceMustExist

    Methods inherited from class java.lang.Object

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

    • ProtocolMetricsHandler

      public ProtocolMetricsHandler(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.jgroups.JChannel> executors)
  • Method Details

    • executeRuntimeStep

      protected void executeRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException
      Specified by:
      executeRuntimeStep in class org.jboss.as.controller.AbstractRuntimeOnlyHandler
      Throws:
      org.jboss.as.controller.OperationFailedException