Interface Summary |
ArmApplication |
Represents an instance of an executing application. |
ArmApplicationDefinition |
Describes the attributes of an application that do not change from one
instance of the application to another. |
ArmConstants |
Constants that are widely used in the ARM 4.0 interfaces. |
ArmCorrelator |
Represents a correlation token passed from a calling transaction to a
called transaction. |
ArmErrorCallback |
An error callback interface to be implemented by the application. |
ArmID |
Implements an immutable wrapper around a 16-byte ID. |
ArmIdentityProperties |
Contains metadata attributes that are part of the identity of an
application or a transaction. |
ArmIdentityPropertiesTransaction |
Extends ArmIdentityProperties for transactions by adding a
URI property. |
ArmInterface |
The root of the inheritance hierarchy for almost all ARM interfaces. |
ArmToken |
An abstract interface serving as a superclass of ArmCorrelator,
ArmSystemAddress, and ArmID. |
ArmTransaction |
The unit of work representation central to the ARM model. |
ArmTransactionDefinition |
Contains the metadata that is the same for all instances of a transaction
type. |
ArmTransactionFactory |
Provides methods to create instances of the classes in
the org.opengroup.arm40.transaction package. |
ArmUser |
Represents a user on behalf of whom a transaction is executed. |