public interface NetworkStructureChangeSensitiveNode extends Node
Node
s implementing this interface are sensitive to changes in the dependency graph maintained by the
CommunicationTracker
. The CommunicationTracker
notifies these nodes whenever the SCC of this node is
affected by changes to the dependency graph. Depending on whether this node is contained in a recursive group or not,
it may behave differently, and the networkStructureChanged()
method can
be used to perform changes in behavior.Modifier and Type | Method and Description |
---|---|
void |
networkStructureChanged()
At the time of the invocation, the dependency graph has already been updated.
|
acceptPropagatedTraceInfo, assignTraceInfo, getCommunicationTracker, getContainer, getNodeId, getTag, getTraceInfos, setTag