Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
org.opengroup.arm40.transaction.ArmApplication | Represents an instance of an executing application |
org.opengroup.arm40.transaction.ArmApplicationDefinition | Describes the attributes of an application that do not change from one instance of the application to another |
org.opengroup.arm40.tranreport.ArmApplicationRemote | Represents an instance of an application executing on a remote system |
org.opengroup.arm40.transaction.ArmBlockCause | Describes the cause of a blocking condition |
org.opengroup.arm40.transaction.ArmConstants | Constants that are widely used in the ARM 4.0 interfaces |
org.opengroup.arm40.transaction.ArmCorrelator | Represents a correlation token passed from a calling transaction to a called transaction |
org.opengroup.arm40.transaction.ArmErrorCallback | An error callback interface to be implemented by the application |
org.opengroup.arm40.transaction.ArmID | Implements an immutable wrapper around a 16-byte ID |
org.opengroup.arm40.transaction.ArmIdentityProperties | Contains metadata attributes that are part of the identity of an application or a transaction |
org.opengroup.arm40.transaction.ArmIdentityPropertiesTransaction | Extends ArmIdentityProperties for transactions by adding a URI property |
org.opengroup.arm40.transaction.ArmInterface | The root of the inheritance hierarchy for almost all ARM interfaces |
org.opengroup.arm40.metric.ArmMetric | The superclass for all the metric interfaces |
org.opengroup.arm40.metric.ArmMetricCounter32 | Implements a 32-bit integer counter |
org.opengroup.arm40.metric.ArmMetricCounter32Definition | Marks a metadata binding |
org.opengroup.arm40.metric.ArmMetricCounter64 | Implements a 64-bit integer counter |
org.opengroup.arm40.metric.ArmMetricCounter64Definition | Marks a metadata binding |
org.opengroup.arm40.metric.ArmMetricCounterFloat32 | Implements a 32-bit floating-point counter |
org.opengroup.arm40.metric.ArmMetricCounterFloat32Definition | Marks a metadata binding |
org.opengroup.arm40.metric.ArmMetricDefinition | The superclass for all the metric definition interfaces |
org.opengroup.arm40.metric.ArmMetricFactory | Provides methods to create instances of the classes in the org.opengroup.arm40.metric package |
org.opengroup.arm40.metric.ArmMetricGauge32 | Implements a 32-bit integer gauge |
org.opengroup.arm40.metric.ArmMetricGauge32Definition | Marks a metadata binding |
org.opengroup.arm40.metric.ArmMetricGauge64 | Implements a 64-bit integer gauge |
org.opengroup.arm40.metric.ArmMetricGauge64Definition | Marks a metadata binding |
org.opengroup.arm40.metric.ArmMetricGaugeFloat32 | Implements a 32-bit floating-point gauge |
org.opengroup.arm40.metric.ArmMetricGaugeFloat32Definition | Marks a metadata binding |
org.opengroup.arm40.metric.ArmMetricGroup | Is used to bind objects that implement a subclass of ArmMetric to an ArmTransactionWithMetricsDefinition or ArmTranReportWithMetricsDefinition object |
org.opengroup.arm40.metric.ArmMetricGroupDefinition | Is used to bind ArmMetricDefinition objects to an ArmTransactionWithMetricsDefinition or ArmTranReportWithMetricsDefinition object |
org.opengroup.arm40.metric.ArmMetricNumericId32 | Implements a 32-bit integer numeric ID |
org.opengroup.arm40.metric.ArmMetricNumericId32Definition | Marks a metadata binding |
org.opengroup.arm40.metric.ArmMetricNumericId64 | Implements a 32-bit integer numeric ID |
org.opengroup.arm40.metric.ArmMetricNumericId64Definition | Marks a metadata binding |
org.opengroup.arm40.metric.ArmMetricString32 | Implements a string of 1 to 32 characters |
org.opengroup.arm40.metric.ArmMetricString32Definition | Marks a metadata binding |
org.opengroup.arm40.tranreport.ArmSystemAddress | Encapsulates the network addressing information for a system |
org.opengroup.arm40.transaction.ArmToken | An abstract interface serving as a superclass of ArmCorrelator, ArmSystemAddress, and ArmID |
org.opengroup.arm40.tranreport.ArmTranReport | Transaction instance for application-based and/or remote time measurement |
org.opengroup.arm40.tranreport.ArmTranReportFactory | Provides methods to create instances of the classes in the org.opengroup.arm40.tranreport package |
org.opengroup.arm40.metric.ArmTranReportWithMetrics | A subclass of ArmTranReport that is used if the application wishes to use metrics |
org.opengroup.arm40.transaction.ArmTransaction | The unit of work representation central to the ARM model |
org.opengroup.arm40.transaction.ArmTransactionDefinition | Contains the metadata that is the same for all instances of a transaction type |
org.opengroup.arm40.transaction.ArmTransactionFactory | Provides methods to create instances of the classes in the org.opengroup.arm40.transaction package |
org.opengroup.arm40.metric.ArmTransactionWithMetrics | A subclass of ArmTransaction that is used if the application wishes to use metrics |
org.opengroup.arm40.metric.ArmTransactionWithMetricsDefinition | Subclasses ArmTransactionDefinition to add a binding with an ArmMetricGroupDefinition |
org.opengroup.arm40.transaction.ArmUser | Represents a user on behalf of whom a transaction is executed |