org.opengroup.arm40.metric

Interface ArmTranReportWithMetrics

public interface ArmTranReportWithMetrics extends ArmTranReport

A subclass of 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.

Author: ARM Working Group of The Open Group

Method Summary
ArmMetricGroupgetMetricGroup()
ArmTransactionWithMetricsDefinitiongetTransactionWithMetricsDefinition()

Method Detail

getMetricGroup

public ArmMetricGroup getMetricGroup()

Returns: the object that was bound when ArmTranReportWithMetrics is created. The returned value may be null.

getTransactionWithMetricsDefinition

public ArmTransactionWithMetricsDefinition getTransactionWithMetricsDefinition()

Returns: the object that contains the metadata describing this transaction, including the metric definitions.