org.opengroup.arm40.metric.ArmTransactionWithMetricsDefinition Interface Reference
[ARM 4.0 Metrics, ARM 4.0 Transactions, ARM 4.0 Definitions]
Subclasses ArmTransactionDefinition to add a binding with an ArmMetricGroupDefinition.
More...
Inheritance diagram for org.opengroup.arm40.metric.ArmTransactionWithMetricsDefinition:
Public Member Functions | |
| ArmMetricGroupDefinition | getMetricGroupDefinition () |
Detailed Description
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:
- The metric group definition through which the metric definitions are known. The metric definitions contain the metadata about the metrics.
Objects implementing this interface are created using ArmMetricFactory#newArmTransactionWithMetricsDefinition.
Member Function Documentation
| ArmMetricGroupDefinition org.opengroup.arm40.metric.ArmTransactionWithMetricsDefinition.getMetricGroupDefinition | ( | ) |
- Returns:
- a group of definitions of the metrics associated with this object.
The documentation for this interface was generated from the following file:
- org/opengroup/arm40/metric/ArmTransactionWithMetricsDefinition.java
