Modifier and Type | Method and Description |
---|---|
InvocationMetric |
InvocationDefinition.getMetrics()
This method returns the metrics for the invocation
definition.
|
InvocationMetric |
MEPDefinition.getMetrics()
This method returns the invocation metric information.
|
InvocationMetric |
InterfaceDefinition.getMetrics()
This method returns the aggregated invocation metric information
from the operations.
|
InvocationMetric |
ServiceDefinition.getMetrics()
This method returns the aggregated invocation metric information
from the interfaces.
|
InvocationMetric |
OperationDefinition.getMetrics()
This method returns the aggregated invocation metric information
from the normal and fault responses.
|
Modifier and Type | Method and Description |
---|---|
List<InvocationMetric> |
InvocationDefinition.getHistory()
This method returns the historic list of invocation
metrics merged into the current invocation definition.
|
List<InvocationMetric> |
ServiceDefinition.getHistory()
This method returns the historic list of invocation
metrics merged into the current service definition.
|
List<InvocationMetric> |
OperationDefinition.getHistory()
This method returns the historic list of invocation
metrics merged into the current operation definition.
|
Modifier and Type | Method and Description |
---|---|
void |
InvocationMetric.merge(InvocationMetric metric)
This method merges the supplied invocation metric
information.
|
protected void |
InvocationDefinition.setMetrics(InvocationMetric im)
This method sets the invocation metric information.
|
protected void |
MEPDefinition.setMetrics(InvocationMetric im)
This method sets the invocation metric information.
|
Constructor and Description |
---|
InvocationMetric(List<InvocationMetric> metrics)
This constructor initializes the invocation metric as an
aggregation of a supplied list of metrics.
|
Modifier and Type | Method and Description |
---|---|
static InvocationMetric |
ServiceDependencyBuilder.getMergedMetrics(List<InvocationDefinition> invocations)
This method returns a merged invocation metric value associated with the supplied
invocation definitions.
|
Modifier and Type | Method and Description |
---|---|
Severity |
SeverityAnalyzer.getSeverity(Object component,
InvocationMetric summary,
List<InvocationMetric> history)
This method returns the severity relevant for the supplied
metric information.
|
Severity |
MVELSeverityAnalyzer.getSeverity(Object component,
InvocationMetric summary,
List<InvocationMetric> history)
This method returns the severity relevant for the supplied
metric information.
|
Modifier and Type | Method and Description |
---|---|
Severity |
SeverityAnalyzer.getSeverity(Object component,
InvocationMetric summary,
List<InvocationMetric> history)
This method returns the severity relevant for the supplied
metric information.
|
Severity |
MVELSeverityAnalyzer.getSeverity(Object component,
InvocationMetric summary,
List<InvocationMetric> history)
This method returns the severity relevant for the supplied
metric information.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SVGServiceGraphGenerator.generateMetrics(Element container,
String description,
InvocationMetric metrics)
This method generates the tooltip information to show
metrics.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.