public abstract class ContainerNode extends Node
| Constructor and Description |
|---|
ContainerNode(NodeType type) |
ContainerNode(NodeType type,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containerNode()
This method indicates whether this is a container based node.
|
boolean |
equals(Object obj) |
protected void |
findCorrelatedNodes(CorrelationIdentifier cid,
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, getBaseTime, getCorrelationIds, getCorrelationIds, getDetails, getDuration, getFault, getFaultDescription, getIssues, getType, getUri, interactionNode, isCorrelated, setBaseTime, setCorrelationIds, setDetails, setDuration, setFault, setFaultDescription, setIssues, setType, setUripublic ContainerNode(NodeType type)
public boolean containerNode()
containerNode in class Nodeprotected long overallEndTime()
overallEndTime in class Nodeprotected void findCorrelatedNodes(CorrelationIdentifier cid, Set<Node> nodes)
NodefindCorrelatedNodes in class Nodecid - The correlation identifiernodes - The set of nodes that are associated with the correlation identifierCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.