Uses of Interface
org.e2etrace.trace.ITraceStepId

Packages that use ITraceStepId
org.e2etrace.config Configuration of e2etrace. 
org.e2etrace.trace Contains the core functionality of e2etrace. 
 

Uses of ITraceStepId in org.e2etrace.config
 

Methods in org.e2etrace.config with parameters of type ITraceStepId
 boolean PropertiesTraceConfig.isTraceEnabledForId(ITraceStepId id)
          Is tracing enabled for the given trace step id?
 boolean ITraceConfig.isTraceEnabledForId(ITraceStepId id)
          Is tracing enabled for the given trace step id?
 boolean DefaultTraceConfig.isTraceEnabledForId(ITraceStepId id)
          Is tracing enabled for the given trace step id?
 

Uses of ITraceStepId in org.e2etrace.trace
 

Classes in org.e2etrace.trace that implement ITraceStepId
 class AbstractTraceStepId
          Base class for trace step ids.
 class MethodTraceStepId
          Trace step id for single methods.
 class SimpleTraceStepId
          Implements a simple, string-based trace step id.
 class TraceSessionRootStepId
          Trace step id for session root steps.
 

Methods in org.e2etrace.trace that return ITraceStepId
 ITraceStepId ITraceStep.getId()
          Return the id of the trace step.
 ITraceStepId AbstractTraceStep.getId()
          Return the id of the trace step.
 

Methods in org.e2etrace.trace with parameters of type ITraceStepId
 void NoopTraceSession.enterStep(ITraceStepId id)
          Enters a new trace step with the supplied id.
 void ITraceSession.enterStep(ITraceStepId id)
          Enters a new trace step with the supplied id.
 void DefaultTraceSession.enterStep(ITraceStepId id)
          Enters a new trace step with the supplied id.
 void NoopTraceSession.leaveStep(ITraceStepId id)
          Leaves the trace step with the given id.
 void ITraceSession.leaveStep(ITraceStepId id)
          Leaves the trace step with the given id.
 void DefaultTraceSession.leaveStep(ITraceStepId id)
          Leaves the trace step with the given id.
 ITraceStep ITraceStepFactory.newInstance(ITraceStepId id)
          Returns a new trace step instance using the given id.
 ITraceStep DefaultTraceStepFactory.newInstance(ITraceStepId id)
          Returns a new trace step instance using the given id.
 

Constructors in org.e2etrace.trace with parameters of type ITraceStepId
AbstractTraceStep(ITraceStepId id)
          Constructor.
 



Copyright © 2013 Gunther Popp. All Rights Reserved.