Class DebugControlThread
java.lang.Object
org.apache.uima.collection.impl.cpm.engine.DebugControlThread
- All Implemented Interfaces:
Runnable
-
Constructor Summary
ConstructorsConstructorDescriptionDebugControlThread(CPMEngine aCpm, String aFilename, int aCheckpointFrequency) Instantiates a new debug control thread. -
Method Summary
-
Constructor Details
-
DebugControlThread
-
-
Method Details
-
start
-
stop
public void stop()Stop. -
run
-
deleteCheckpoint
public void deleteCheckpoint()Delete checkpoint. -
pause
public void pause()Pause. -
resume
public void resume()Resume. -
doCheckpoint
-
exists
public boolean exists()Exists.- Returns:
- true, if successful
-