org.arm4.arm40.transaction
Class ArmCorrelator
public
class
ArmCorrelator
extends ArmToken
implements ArmCorrelator
ArmCorrelator represents a correlation token passed from a calling
transaction to a called transaction. The correlation token may be used to
establish a calling hierarchy across processes and systems.
ArmCorrelator is created using one of these methods:
- The newArmCorrelator() method of ArmTransactionFactory
- The getCorrelator() method of ArmTransaction
- The generateCorrelator() method of ArmTranReport
Version: $Revision$ $Date$
Author: dcarter
public ArmCorrelator(byte[] id)
Create the ARM Correlator.
Parameters: id
public ArmCorrelator(byte[] id, int offset)
Create the ARM Correlator.
Parameters: id offset
public boolean equals(Object obj)
public boolean isAgentTrace()
public boolean isApplicationTrace()