Class DebugControlThread
java.lang.Object
org.apache.uima.collection.impl.cpm.engine.DebugControlThread
- All Implemented Interfaces:
Runnable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDebugControlThread
(CPMEngine aCpm, String aFilename, int aCheckpointFrequency) -
Method Summary
-
Field Details
-
NOTFOUND
- See Also:
-
fileName
-
stop
private volatile boolean stop -
checkpointFrequency
private int checkpointFrequency -
pause
private boolean pause -
lockForPause
-
cpm
-
-
Constructor Details
-
DebugControlThread
-
-
Method Details
-
start
- Throws:
RuntimeException
-
stop
public void stop() -
run
public void run() -
interpretAndExecuteCommand
- Parameters:
aCommand
-
-
deleteCheckpoint
public void deleteCheckpoint() -
pause
public void pause() -
resume
public void resume() -
doCheckpoint
-
exists
public boolean exists()
-