Class ChannelMetricExecutor

java.lang.Object
org.jboss.as.clustering.jgroups.subsystem.ChannelMetricExecutor
All Implemented Interfaces:
org.wildfly.subsystem.resource.executor.MetricExecutor<org.jgroups.JChannel>

public class ChannelMetricExecutor extends Object implements org.wildfly.subsystem.resource.executor.MetricExecutor<org.jgroups.JChannel>
Handler for reading run-time only attributes from an underlying channel service.
Author:
Richard Achmatowicz (c) 2013 Red Hat Inc., Paul Ferraro
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    org.jboss.dmr.ModelNode
    execute(org.jboss.as.controller.OperationContext context, org.wildfly.subsystem.resource.executor.Metric<org.jgroups.JChannel> metric)
     

    Methods inherited from class java.lang.Object

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

    • ChannelMetricExecutor

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

    • execute

      public org.jboss.dmr.ModelNode execute(org.jboss.as.controller.OperationContext context, org.wildfly.subsystem.resource.executor.Metric<org.jgroups.JChannel> metric) throws org.jboss.as.controller.OperationFailedException
      Specified by:
      execute in interface org.wildfly.subsystem.resource.executor.MetricExecutor<org.jgroups.JChannel>
      Throws:
      org.jboss.as.controller.OperationFailedException