Package | Description |
---|---|
org.overlord.rtgov.call.trace | |
org.overlord.rtgov.call.trace.model |
Modifier and Type | Method and Description |
---|---|
Stack<List<TraceNode>> |
CallTraceServiceImpl.CTState.getTasksStack()
This method returns the tasks stack.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
CallTraceServiceImpl.initPercentages(long duration,
TraceNode node)
This method initializes the percentages related to the
supplied trace node, traversing the tree structure if
appropriate.
|
Modifier and Type | Class and Description |
---|---|
class |
Call
This class represents a call, such as a method or
service operation invocation.
|
class |
ParentNode
This abstract class represents a parent node in the
call trace.
|
class |
Task
This class represents a general task in the
call trace tree.
|
Modifier and Type | Method and Description |
---|---|
List<TraceNode> |
ParentNode.getTasks()
This method returns the tasks.
|
List<TraceNode> |
CallTrace.getTasks()
This method returns the tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
ParentNode.setTasks(List<TraceNode> tasks)
This method sets the tasks.
|
void |
CallTrace.setTasks(List<TraceNode> tasks)
This method sets the tasks.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.