|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.e2etrace.trace.AbstractTraceStepId
org.e2etrace.trace.TraceSessionRootStepId
public class TraceSessionRootStepId
Trace step id for session root steps.
This id is only used by trace session root steps (see
TraceSessionRootStep). Root ids use a dollar sign ($) as prefix for
the step id. Additonally they memorize the name of the thread that executes
the trace session.
| Constructor Summary | |
|---|---|
TraceSessionRootStepId(String id)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getThreadName()
Returns the name of the thread that executes the trace session. |
| Methods inherited from class org.e2etrace.trace.AbstractTraceStepId |
|---|
asString, equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TraceSessionRootStepId(String id)
id - ID of the trace session. The constructor adds automatically a
dollar sign ($) as prefix.| Method Detail |
|---|
public String getThreadName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||