Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.lang
Class VMProcess.ProcessThread  view VMProcess.ProcessThread download VMProcess.ProcessThread.java

java.lang.Object
  extended byjava.lang.Thread
      extended byjava.lang.VMProcess.ProcessThread
All Implemented Interfaces:
Runnable
Enclosing class:
VMProcess

private static class VMProcess.ProcessThread
extends Thread


Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
Thread.UncaughtExceptionHandler
 
Field Summary
private  java.util.HashMap activeMap
           
private static int MAX_REAP_DELAY
           
 
Fields inherited from class java.lang.Thread
daemon, exceptionHandler, group, locals, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, runnable, stillborn, vmThread
 
Constructor Summary
(package private) VMProcess.ProcessThread()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MAX_REAP_DELAY

private static final int MAX_REAP_DELAY
See Also:
Constant Field Values

activeMap

private final java.util.HashMap activeMap
Constructor Detail

VMProcess.ProcessThread

VMProcess.ProcessThread()
Method Detail

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)