Uses of Interface
org.e2etrace.config.ITraceConfig

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

Uses of ITraceConfig in org.e2etrace.config
 

Classes in org.e2etrace.config that implement ITraceConfig
 class DefaultTraceConfig
          Default implementation of the e2etrace configuration.
 class PropertiesTraceConfig
          Properties file implementation of the e2etrace configuration.
 

Uses of ITraceConfig in org.e2etrace.trace
 

Methods in org.e2etrace.trace that return ITraceConfig
 ITraceConfig NoopTraceSession.getConfig()
          Returns the trace configuration of the session.
 ITraceConfig ITraceSessionManager.getConfig()
          Returns the current trace configuration.
 ITraceConfig ITraceSession.getConfig()
          Returns the trace configuration of the session.
 ITraceConfig DefaultTraceSession.getConfig()
          Returns the trace configuration of the session.
 ITraceConfig AbstractTraceSessionManager.getConfig()
          Returns the current trace configuration.
 

Methods in org.e2etrace.trace with parameters of type ITraceConfig
 void NoopTraceSession.setConfig(ITraceConfig tc)
          Assigns a new trace configuratio to the trace session.
 void ITraceSessionManager.setConfig(ITraceConfig config)
          Assign a new trace configuration to the session manager.
 void ITraceSession.setConfig(ITraceConfig tc)
          Assigns a new trace configuratio to the trace session.
 void DefaultTraceSession.setConfig(ITraceConfig tc)
          Assigns a new trace configuratio to the trace session.
 void AbstractTraceSessionManager.setConfig(ITraceConfig config)
          Assign a new trace configuration to the session manager.
 



Copyright © 2013 Gunther Popp. All Rights Reserved.