public abstract class InteractionNode extends ContainerNode
| Constructor and Description |
|---|
InteractionNode(NodeType type) |
InteractionNode(NodeType type,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Message |
getIn() |
Message |
getOut() |
int |
hashCode() |
boolean |
interactionNode()
This method indicates whether this is an interaction based node.
|
void |
setIn(Message in) |
void |
setOut(Message out) |
findCorrelatedNodes, getNodes, overallEndTime, setNodesaddGlobalId, addInteractionId, addLocalId, completedDuration, completedTime, endTime, getBaseTime, getCorrelationIds, getDetails, getDuration, getFault, getFaultDescription, getType, getUri, isCorrelated, setBaseTime, setCorrelationIds, setDetails, setDuration, setFault, setFaultDescription, setType, setUripublic InteractionNode(NodeType type)
public boolean interactionNode()
interactionNode in class Nodepublic Message getIn()
public void setIn(Message in)
in - the in message to setpublic Message getOut()
public void setOut(Message out)
out - the out message to setpublic int hashCode()
hashCode in class ContainerNodepublic boolean equals(Object obj)
equals in class ContainerNodeCopyright © 2015 Red Hat, Inc.. All rights reserved.