|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
jigcell.compare.views.TransformDebugger.DebuggerThread
protected class TransformDebugger.DebuggerThread
Thread for executing play events.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
protected long |
debugDelay
Delay between continuing a debug trace |
protected boolean |
killed
Whether this thread has been killed |
protected boolean |
sleeping
Whether the thread is sleeping |
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
TransformDebugger.DebuggerThread(long debugDelay)
Creates a new thread for performing debug evaluations. |
|
| Method Summary | |
|---|---|
void |
delay()
Sleeps for the length of the debug delay. |
void |
evaluationError(IProgrammableDataGenerator source,
java.lang.Throwable t)
Notification that an error occurred during evaluation. |
void |
evaluationStart(IProgrammableDataGenerator source)
Notification for the start of an evaluation. |
void |
evaluationStop(IProgrammableDataGenerator source,
IDataElement result)
Notification for the end of an evaluation. |
long |
getDebugDelay()
The delay before continuing a debug trace. |
void |
interruptDebug()
Attempts to interrupt the debug delay only. |
void |
kill()
Kill this thread at the next opportunity. |
void |
run()
|
void |
setDebugDelay(long debugDelay)
Sets the delay before continuing a debug trace. |
protected void |
stopDebugging()
Terminates a debugging session. |
protected void |
updateDisplay(ITransform transform,
IDataElement element)
Updates the display after a debug event. |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected boolean killed
protected boolean sleeping
protected long debugDelay
| Constructor Detail |
|---|
public TransformDebugger.DebuggerThread(long debugDelay)
debugDelay - Delay| Method Detail |
|---|
public void delay()
public void evaluationError(IProgrammableDataGenerator source,
java.lang.Throwable t)
evaluationError in interface IEvaluationListenersource - Generatort - Throwablepublic void evaluationStart(IProgrammableDataGenerator source)
evaluationStart in interface IEvaluationListenersource - Generator
public void evaluationStop(IProgrammableDataGenerator source,
IDataElement result)
evaluationStop in interface IEvaluationListenersource - Generatorresult - Evaluation resultpublic long getDebugDelay()
public void interruptDebug()
public void kill()
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void setDebugDelay(long debugDelay)
debugDelay - Delayprotected void stopDebugging()
protected void updateDisplay(ITransform transform,
IDataElement element)
transform - Transformelement - Transform value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||