org.arm4.arm40.transaction
Class ArmID
public
class
ArmID
extends ArmToken
implements ArmID
ArmID implements an immutable wrapper around a 16-byte ID. IDs may be used to
identify metadata about applications, transactions, metrics, systems, and
users.
An ArmID is created with the newArmID() method of ArmTransactionFactory,
whose input is the 16 bytes in a byte array.
Version: $Revision$ $Date$
Author: dcarter
Constructor Summary |
| ArmID()
Create the ARM Identification Tag. |
| ArmID(byte[] id)
Create the ARM Identification Tag.
|
| ArmID(byte[] id, int offset)
Create the ARM Identification Tag.
|
public ArmID()
Create the ARM Identification Tag.
public ArmID(byte[] id)
Create the ARM Identification Tag.
Parameters: id
public ArmID(byte[] id, int offset)
Create the ARM Identification Tag.
Parameters: id offset
public boolean equals(Object obj)