|
Kieker 1.12 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractNodeDecorator
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ResponseTimeNodeDecorator
public class ResponseTimeNodeDecorator
Decorator to attach response time data to graph nodes.
| Constructor Summary | |
|---|---|
ResponseTimeNodeDecorator(java.util.concurrent.TimeUnit displayTimeunit)
Creates a new response time decorator. |
|
| Method Summary | |
|---|---|
void |
processMessage(AbstractMessage message,
DependencyGraphNode<?> sourceNode,
DependencyGraphNode<?> targetNode,
java.util.concurrent.TimeUnit timeunit)
Processes a message sent from the given source to the given target node. |
| Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractNodeDecorator |
|---|
createFromName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResponseTimeNodeDecorator(java.util.concurrent.TimeUnit displayTimeunit)
| Method Detail |
|---|
public void processMessage(AbstractMessage message,
DependencyGraphNode<?> sourceNode,
DependencyGraphNode<?> targetNode,
java.util.concurrent.TimeUnit timeunit)
AbstractNodeDecorator
processMessage in class AbstractNodeDecoratormessage - The sent messagesourceNode - The source node sending the messagetargetNode - The target node receiving the messagetimeunit - The time unit which determines how to interpret times.
|
Kieker 1.12 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||