public class ArmCorrelator extends ArmToken implements ArmCorrelator
HASHKEY_MAX, m_hashkey, m_hashkeyGenerated, m_tokenData
m_errorCode, m_factory
Constructor and Description |
---|
ArmCorrelator(byte[] id)
Create the ARM Correlator.
|
ArmCorrelator(byte[] id,
int offset)
Create the ARM Correlator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
boolean |
isAgentTrace()
indicates whether the "agent trace" flag is on in the correlator.
|
boolean |
isApplicationTrace()
indicates whether the "application trace" flag is on in the
correlator.
|
compare, copyBytes, copyBytes, getByte, getBytes, getLength, hashCode
getErrorCode, getErrorMessage, getFactory, setErrorCode, setFactory
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
copyBytes, copyBytes, getBytes, getLength
getErrorCode, getErrorMessage, setErrorCode
public ArmCorrelator(byte[] id)
id
- public ArmCorrelator(byte[] id, int offset)
id
- offset
- public boolean isAgentTrace()
ArmCorrelator
isAgentTrace
in interface ArmCorrelator
public boolean isApplicationTrace()
ArmCorrelator
isApplicationTrace
in interface ArmCorrelator
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object