org.e2etrace.trace
Class TraceSessionRootStepId

java.lang.Object
  extended by org.e2etrace.trace.AbstractTraceStepId
      extended by org.e2etrace.trace.TraceSessionRootStepId
All Implemented Interfaces:
Serializable, ITraceStepId

public class TraceSessionRootStepId
extends AbstractTraceStepId

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.

See Also:
Serialized Form

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

TraceSessionRootStepId

public TraceSessionRootStepId(String id)
Constructor.

Parameters:
id - ID of the trace session. The constructor adds automatically a dollar sign ($) as prefix.
Method Detail

getThreadName

public String getThreadName()
Returns the name of the thread that executes the trace session.

Returns:
the threadName


Copyright © 2013 Gunther Popp. All Rights Reserved.