Interface ITraceEngineFactory

All Known Implementing Classes:
TraceEngineFactory

public interface ITraceEngineFactory
Interface for the trace engine factory.
Since:
9.2
Author:
A.Pragt
  • Method Details

    • create

      ITraceEngine create(ITraceDao dao, ITimelineCreator timelineCreator)
      Creates an instance of the trace engine.
      Parameters:
      dao - The dao used by the trace engine.
      timelineCreator - The dao used to insert timeline entries.
      Returns:
      A Trace Engine instance.
      Throws:
      InitializationException - when something goes wrong
    • create

      ITraceEngine create(ITraceDao dao)
      Creates an instance of the trace engine.
      Parameters:
      dao - The dao used by the trace engine.
      Returns:
      A Trace Engine instance.
      Throws:
      InitializationException - when something goes wrong