public interface ArmTranReportWithMetrics extends ArmTranReport
ArmTranReport that is used if
the application wishes to use metrics.
All the ArmTranReport
rules for using report() apply to this interface.
It extends ArmTranReport by adding methods to manipulate
metrics. The ArmMetric subclass objects are bound to
an ArmTranReportWithMetrics object when it is created.
This is done by specifying ArmMetricGroup in the
newArmTranReportWithMetrics() method of
ArmMetricFactory.
Objects implementing this interface are created using
ArmMetricFactory.newArmTranReportWithMetrics(org.opengroup.arm40.transaction.ArmApplication, org.opengroup.arm40.metric.ArmTransactionWithMetricsDefinition, org.opengroup.arm40.metric.ArmMetricGroup).| Modifier and Type | Method and Description |
|---|---|
ArmMetricGroup |
getMetricGroup() |
ArmTransactionWithMetricsDefinition |
getTransactionWithMetricsDefinition() |
generateCorrelator, getApplication, getContextURIValue, getContextValue, getCorrelator, getDefinition, getParentCorrelator, getResponseTime, getStatus, getUser, report, report, report, report, setContextURIValue, setContextValue, setParentCorrelator, setUsergetErrorCode, getErrorMessage, setErrorCodeArmTransactionWithMetricsDefinition getTransactionWithMetricsDefinition()
ArmMetricGroup getMetricGroup()
ArmTranReportWithMetrics is created.
The returned value may be null.