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.AbstractRuntimeOnlyHandlerA 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(FunctionExecutorRegistry<org.jgroups.JChannel> executors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Constructor Detail
-
ProtocolMetricsHandler
public ProtocolMetricsHandler(FunctionExecutorRegistry<org.jgroups.JChannel> executors)
-
-
Method Detail
-
executeRuntimeStep
protected void executeRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException- Specified by:
executeRuntimeStepin classorg.jboss.as.controller.AbstractRuntimeOnlyHandler- Throws:
org.jboss.as.controller.OperationFailedException
-
-