Package org.jboss.as.threads
Class ScheduledThreadPoolMetricsHandler
java.lang.Object
org.jboss.as.controller.AbstractRuntimeOnlyHandler
org.jboss.as.threads.ThreadPoolMetricsHandler
org.jboss.as.threads.ScheduledThreadPoolMetricsHandler
- All Implemented Interfaces:
OperationStepHandler
Handles metrics for a scheduled thread pool.
- Author:
- Alexey Loubyansky
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionScheduledThreadPoolMetricsHandler(RuntimeCapability<Void> capability, org.jboss.msc.service.ServiceName serviceNameBase) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsetResult(OperationContext context, String attributeName, org.jboss.msc.service.Service<?> service) Methods inherited from class org.jboss.as.threads.ThreadPoolMetricsHandler
executeRuntimeStep, getService, registerAttributesMethods inherited from class org.jboss.as.controller.AbstractRuntimeOnlyHandler
execute, requiresRuntime, resourceMustExist
-
Field Details
-
METRICS
-
-
Constructor Details
-
ScheduledThreadPoolMetricsHandler
public ScheduledThreadPoolMetricsHandler(RuntimeCapability<Void> capability, org.jboss.msc.service.ServiceName serviceNameBase)
-
-
Method Details
-
setResult
protected void setResult(OperationContext context, String attributeName, org.jboss.msc.service.Service<?> service) - Specified by:
setResultin classThreadPoolMetricsHandler
-