public abstract class ContainerNode extends Node
| Constructor and Description |
|---|
ContainerNode() |
ContainerNode(String uri) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
protected void |
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.
|
List<Node> |
getNodes() |
int |
hashCode() |
protected long |
overallEndTime()
This method determines the overall end time of this node.
|
void |
setNodes(List<Node> nodes) |
addGlobalId, addInteractionId, addLocalId, completedDuration, completedTime, endTime, getCorrelationIds, getDetails, getDuration, getStartTime, getUri, isCorrelated, setCorrelationIds, setDetails, setDuration, setStartTime, setUripublic ContainerNode()
public ContainerNode(String uri)
protected long overallEndTime()
overallEndTime in class Nodeprotected void findCorrelatedNodes(CorrelationIdentifier cid, long baseTime, Set<Node> nodes)
NodefindCorrelatedNodes in class Nodecid - The correlation identifierbaseTime - The base time at which the correlation is being evaluatednodes - The set of nodes that are associated with the correlation identifierCopyright © 2015 Red Hat, Inc.. All rights reserved.