java.lang
Class VMProcess.ProcessThread

java.lang.Object
java.lang.Thread
java.lang.VMProcess.ProcessThread
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- VMProcess
- private static class VMProcess.ProcessThread
- extends Thread
| Fields inherited from class java.lang.Thread |
daemon, exceptionHandler, group, locals, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, runnable, stillborn, vmThread |
|
Method Summary |
void |
run()
The method of Thread that will be run if there is no Runnable object
associated with the Thread. |
private void |
spawn(VMProcess process)
|
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, die, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getThreadGroup, getThreadLocals, 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 |
MAX_REAP_DELAY
private static final int MAX_REAP_DELAY
- See Also:
- Constant Field Values
activeMap
private final java.util.HashMap activeMap
VMProcess.ProcessThread
VMProcess.ProcessThread()
run
public void run()
- Description copied from class:
Thread
- The method of Thread that will be run if there is no Runnable object
associated with the Thread. Thread's implementation does nothing at all.
- Specified by:
run in interface Runnable- Overrides:
run in class Thread
spawn
private void spawn(VMProcess process)