Uses of Interface
org.e2etrace.trace.ITraceSession

Packages that use ITraceSession
org.e2etrace.formatter Provides formatters for the results of a trace session. 
org.e2etrace.trace Contains the core functionality of e2etrace. 
 

Uses of ITraceSession in org.e2etrace.formatter
 

Methods in org.e2etrace.formatter with parameters of type ITraceSession
 void ITraceFormatter.format(ITraceSession session, Writer toWriter)
          Generate a formatted output for the supplied trace session.
 void AbstractTraceFormatter.format(ITraceSession session, Writer toWriter)
          Generate a formatted output for the supplied trace session.
protected  void PlainTextTraceFormatter.writeFooter(ITraceSession session, Writer toWriter)
          CALL-BACK: Write the footer of the trace output.
protected  void CSVTraceFormatter.writeFooter(ITraceSession session, Writer toWriter)
          CALL-BACK: Write the footer of the trace output.
protected abstract  void AbstractTraceFormatter.writeFooter(ITraceSession session, Writer toWriter)
          CALL-BACK: Write the footer of the trace output.
protected  void PlainTextTraceFormatter.writeHeader(ITraceSession session, Writer toWriter)
          CALL-BACK: Write the header of the trace output.
protected  void CSVTraceFormatter.writeHeader(ITraceSession session, Writer toWriter)
          CALL-BACK: Write the header of the trace output.
protected abstract  void AbstractTraceFormatter.writeHeader(ITraceSession session, Writer toWriter)
          CALL-BACK: Write the header of the trace output.
 

Uses of ITraceSession in org.e2etrace.trace
 

Classes in org.e2etrace.trace that implement ITraceSession
 class DefaultTraceSession
          Default-Implementation of a trace session.
 class NoopTraceSession
          NOOP implementation of a trace session (does nothing).
 

Methods in org.e2etrace.trace that return ITraceSession
 ITraceSession ITraceSessionManager.getCurrentSession()
          Returns the current (active) trace session.
 ITraceSession AbstractTraceSessionManager.getCurrentSession()
          Returns the current (active) trace session.
protected  ITraceSession ThreadedTraceSessionManager.requestCurrentSession()
          CALL-BACK: Request the current trace session from sub-classes.
protected  ITraceSession DefaultTraceSessionManager.requestCurrentSession()
          CALL-BACK: Request the current trace session from sub-classes.
protected abstract  ITraceSession AbstractTraceSessionManager.requestCurrentSession()
          CALL-BACK: Request the current trace session from sub-classes.
 

Methods in org.e2etrace.trace with parameters of type ITraceSession
protected  void ThreadedTraceSessionManager.assignCurrentSession(ITraceSession session)
          CALL-BACK: Forward a newly assigned current trace session to sub-classes.
protected  void DefaultTraceSessionManager.assignCurrentSession(ITraceSession session)
          CALL-BACK: Forward a newly assigned current trace session to sub-classes.
protected abstract  void AbstractTraceSessionManager.assignCurrentSession(ITraceSession session)
          CALL-BACK: Forward a newly assigned current trace session to sub-classes.
 void ITraceSessionManager.setCurrentSession(ITraceSession session)
          Sets the current (active) trace session.
 void AbstractTraceSessionManager.setCurrentSession(ITraceSession session)
          Sets the current (active) trace session.
 



Copyright © 2013 Gunther Popp. All Rights Reserved.