public interface SeverityAnalyzer
Modifier and Type | Method and Description |
---|---|
Severity |
getSeverity(Object component,
InvocationMetric summary,
List<InvocationMetric> history)
This method returns the severity relevant for the supplied
metric information.
|
Severity getSeverity(Object component, InvocationMetric summary, List<InvocationMetric> history)
component
- The source componentsummary
- The accumulated results from the history of invocation metricshistory
- The history of invocation metricsCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.