Class AnalysisControllerThread

java.lang.Object
java.lang.Thread
kieker.analysis.AnalysisControllerThread
All Implemented Interfaces:
Runnable

@Deprecated public final class AnalysisControllerThread extends Thread
Deprecated.
since 1.15.1
Allows spawn the execution of an AnalysisController into a separate Thread. The thread with the AnalysisController instance provided in the constructor AnalysisControllerThread(IAnalysisController) is started by calling the start() method. The analysis can be terminated by calling the terminate() method which delegates the call to the AnalysisController.terminate() method.
Since:
1.4
Author:
Andre van Hoorn, Jan Waller
  • Constructor Details

    • AnalysisControllerThread

      public AnalysisControllerThread(IAnalysisController analysisController)
      Deprecated.
      Creates a new instance of this class using the given parameters.
      Parameters:
      analysisController - The analysis controller to be managed by this thread.
  • Method Details