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:

Version: $Revision$ $Date$

Author: dcarter

Constructor Summary
ArmCorrelator(byte[] id)
Create the ARM Correlator.
ArmCorrelator(byte[] id, int offset)
Create the ARM Correlator.
Method Summary
booleanequals(Object obj)
booleanisAgentTrace()
booleanisApplicationTrace()

Constructor Detail

ArmCorrelator

public ArmCorrelator(byte[] id)
Create the ARM Correlator.

Parameters: id

ArmCorrelator

public ArmCorrelator(byte[] id, int offset)
Create the ARM Correlator.

Parameters: id offset

Method Detail

equals

public boolean equals(Object obj)

isAgentTrace

public boolean isAgentTrace()

isApplicationTrace

public boolean isApplicationTrace()