Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
org.opengroup.arm40.transaction.ArmApplicationRepresents an instance of an executing application
org.opengroup.arm40.transaction.ArmApplicationDefinitionDescribes the attributes of an application that do not change from one instance of the application to another
org.opengroup.arm40.tranreport.ArmApplicationRemoteRepresents an instance of an application executing on a remote system
org.opengroup.arm40.transaction.ArmBlockCauseDescribes the cause of a blocking condition
org.opengroup.arm40.transaction.ArmConstantsConstants that are widely used in the ARM 4.0 interfaces
org.opengroup.arm40.transaction.ArmCorrelatorRepresents a correlation token passed from a calling transaction to a called transaction
org.opengroup.arm40.transaction.ArmErrorCallbackAn error callback interface to be implemented by the application
org.opengroup.arm40.transaction.ArmIDImplements an immutable wrapper around a 16-byte ID
org.opengroup.arm40.transaction.ArmIdentityPropertiesContains metadata attributes that are part of the identity of an application or a transaction
org.opengroup.arm40.transaction.ArmIdentityPropertiesTransactionExtends ArmIdentityProperties for transactions by adding a URI property
org.opengroup.arm40.transaction.ArmInterfaceThe root of the inheritance hierarchy for almost all ARM interfaces
org.opengroup.arm40.metric.ArmMetricThe superclass for all the metric interfaces
org.opengroup.arm40.metric.ArmMetricCounter32Implements a 32-bit integer counter
org.opengroup.arm40.metric.ArmMetricCounter32DefinitionMarks a metadata binding
org.opengroup.arm40.metric.ArmMetricCounter64Implements a 64-bit integer counter
org.opengroup.arm40.metric.ArmMetricCounter64DefinitionMarks a metadata binding
org.opengroup.arm40.metric.ArmMetricCounterFloat32Implements a 32-bit floating-point counter
org.opengroup.arm40.metric.ArmMetricCounterFloat32DefinitionMarks a metadata binding
org.opengroup.arm40.metric.ArmMetricDefinitionThe superclass for all the metric definition interfaces
org.opengroup.arm40.metric.ArmMetricFactoryProvides methods to create instances of the classes in the org.opengroup.arm40.metric package
org.opengroup.arm40.metric.ArmMetricGauge32Implements a 32-bit integer gauge
org.opengroup.arm40.metric.ArmMetricGauge32DefinitionMarks a metadata binding
org.opengroup.arm40.metric.ArmMetricGauge64Implements a 64-bit integer gauge
org.opengroup.arm40.metric.ArmMetricGauge64DefinitionMarks a metadata binding
org.opengroup.arm40.metric.ArmMetricGaugeFloat32Implements a 32-bit floating-point gauge
org.opengroup.arm40.metric.ArmMetricGaugeFloat32DefinitionMarks a metadata binding
org.opengroup.arm40.metric.ArmMetricGroupIs used to bind objects that implement a subclass of ArmMetric to an ArmTransactionWithMetricsDefinition or ArmTranReportWithMetricsDefinition object
org.opengroup.arm40.metric.ArmMetricGroupDefinitionIs used to bind ArmMetricDefinition objects to an ArmTransactionWithMetricsDefinition or ArmTranReportWithMetricsDefinition object
org.opengroup.arm40.metric.ArmMetricNumericId32Implements a 32-bit integer numeric ID
org.opengroup.arm40.metric.ArmMetricNumericId32DefinitionMarks a metadata binding
org.opengroup.arm40.metric.ArmMetricNumericId64Implements a 32-bit integer numeric ID
org.opengroup.arm40.metric.ArmMetricNumericId64DefinitionMarks a metadata binding
org.opengroup.arm40.metric.ArmMetricString32Implements a string of 1 to 32 characters
org.opengroup.arm40.metric.ArmMetricString32DefinitionMarks a metadata binding
org.opengroup.arm40.tranreport.ArmSystemAddressEncapsulates the network addressing information for a system
org.opengroup.arm40.transaction.ArmTokenAn abstract interface serving as a superclass of ArmCorrelator, ArmSystemAddress, and ArmID
org.opengroup.arm40.tranreport.ArmTranReportTransaction instance for application-based and/or remote time measurement
org.opengroup.arm40.tranreport.ArmTranReportFactoryProvides methods to create instances of the classes in the org.opengroup.arm40.tranreport package
org.opengroup.arm40.metric.ArmTranReportWithMetricsA subclass of ArmTranReport that is used if the application wishes to use metrics
org.opengroup.arm40.transaction.ArmTransactionThe unit of work representation central to the ARM model
org.opengroup.arm40.transaction.ArmTransactionDefinitionContains the metadata that is the same for all instances of a transaction type
org.opengroup.arm40.transaction.ArmTransactionFactoryProvides methods to create instances of the classes in the org.opengroup.arm40.transaction package
org.opengroup.arm40.metric.ArmTransactionWithMetricsA subclass of ArmTransaction that is used if the application wishes to use metrics
org.opengroup.arm40.metric.ArmTransactionWithMetricsDefinitionSubclasses ArmTransactionDefinition to add a binding with an ArmMetricGroupDefinition
org.opengroup.arm40.transaction.ArmUserRepresents a user on behalf of whom a transaction is executed
 All Classes Functions Variables