public class RunnerThread
extends java.lang.Thread
| Modifier and Type | Class and Description |
|---|---|
private static class |
RunnerThread.NextCallMustBe |
| Modifier and Type | Field and Description |
|---|---|
private ReflectionCode |
code |
(package private) boolean |
runFinished |
private RunnerThread.NextCallMustBe |
state |
| Constructor and Description |
|---|
RunnerThread(java.lang.ThreadGroup threadGroup)
Create a new runner thread.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
executeReflectionCode() |
ReflectionCode |
getCode()
Return the ReflectionCode that is being, or was, run.
|
void |
run() |
void |
setup(ReflectionCode code) |
activeCount, checkAccess, clone, 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, yieldprivate ReflectionCode code
boolean runFinished
private RunnerThread.NextCallMustBe state
RunnerThread(java.lang.ThreadGroup threadGroup)
threadGroup - the group for this threadpublic void setup(ReflectionCode code)
public final void run()
run in interface java.lang.Runnablerun in class java.lang.Threadprivate void executeReflectionCode()
throws ReflectionCode.ReflectionCodeException
public ReflectionCode getCode()