org.opengroup.arm40.metric

Interface ArmTransactionWithMetricsDefinition

public interface ArmTransactionWithMetricsDefinition extends ArmTransactionDefinition

Subclasses ArmTransactionDefinition to add a binding with an ArmMetricGroupDefinition. It contains the metadata that is the same for all ArmTransactionWithMetrics (or ArmTranReportWithMetrics) instances with the same identity. The properties that are accessible via this interface are the same as ArmTransactionDefinition, plus the following:

Objects implementing this interface are created using ArmMetricFactory.

Author: ARM Working Group of The Open Group

Method Summary
ArmMetricGroupDefinitiongetMetricGroupDefinition()

Method Detail

getMetricGroupDefinition

public ArmMetricGroupDefinition getMetricGroupDefinition()

Returns: a group of definitions of the metrics associated with this object.