Class DebugControlThread

java.lang.Object
org.apache.uima.collection.impl.cpm.engine.DebugControlThread
All Implemented Interfaces:
Runnable

public class DebugControlThread extends Object implements Runnable
  • Constructor Details

    • DebugControlThread

      public DebugControlThread(CPMEngine aCpm, String aFilename, int aCheckpointFrequency)
  • Method Details

    • start

      public void start() throws RuntimeException
      Throws:
      RuntimeException
    • stop

      public void stop()
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • deleteCheckpoint

      public void deleteCheckpoint()
    • pause

      public void pause()
    • resume

      public void resume()
    • doCheckpoint

      public String doCheckpoint()
    • exists

      public boolean exists()