| Constructor and Description |
|---|
DebugControlThread(CPMEngine aCpm,
String aFilename,
int aCheckpointFrequency)
Instantiates a new debug control thread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCheckpoint()
Delete checkpoint.
|
String |
doCheckpoint()
Do checkpoint.
|
boolean |
exists()
Exists.
|
void |
pause()
Pause.
|
void |
resume()
Resume.
|
void |
run() |
void |
start()
Start.
|
void |
stop()
Stop.
|
public void start()
throws RuntimeException
RuntimeException - the runtime exceptionpublic void stop()
public void deleteCheckpoint()
public void pause()
public void resume()
public String doCheckpoint()
public boolean exists()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.