Class ChannelMetricExecutor
- java.lang.Object
-
- org.jboss.as.clustering.jgroups.subsystem.ChannelMetricExecutor
-
- All Implemented Interfaces:
Executor<org.jgroups.JChannel,Metric<org.jgroups.JChannel>>,MetricExecutor<org.jgroups.JChannel>
public class ChannelMetricExecutor extends Object implements 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(FunctionExecutorRegistry<org.jgroups.JChannel> executors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.dmr.ModelNodeexecute(org.jboss.as.controller.OperationContext context, Metric<org.jgroups.JChannel> metric)
-
-
-
Constructor Detail
-
ChannelMetricExecutor
public ChannelMetricExecutor(FunctionExecutorRegistry<org.jgroups.JChannel> executors)
-
-
Method Detail
-
execute
public org.jboss.dmr.ModelNode execute(org.jboss.as.controller.OperationContext context, Metric<org.jgroups.JChannel> metric) throws org.jboss.as.controller.OperationFailedException
-
-