protected void |
Node.findCorrelatedNodes(CorrelationIdentifier cid,
long baseTime,
Set<Node> nodes)
This method identifies all of the nodes within a business transaction that
are associated with the supplied correlation identifier.
|
protected void |
ContainerNode.findCorrelatedNodes(CorrelationIdentifier cid,
long baseTime,
Set<Node> nodes) |
Set<Node> |
BusinessTransaction.getCorrelatedNodes(CorrelationIdentifier cid,
long baseTime)
This method locates any node within the business transaction that
is associated with the supplied correlation id.
|
protected boolean |
Node.isCorrelated(CorrelationIdentifier cid,
long baseTime)
This method determines whether the node is correlated to the supplied
identifier.
|
boolean |
CorrelationIdentifier.match(long thisBaseTime,
CorrelationIdentifier cid,
long cidBaseTime)
This method determines whether the supplied correlation identifier,
associated with a base time, matches this correlation identifier
associated with its own base time.
|