java.lang.Objectorg.apache.geronimo.concurrent.harmony.ThreadPoolExecutor$Worker
All Implemented Interfaces:
Runnable
Field Summary | ||
---|---|---|
volatile long | completedTasks | Per thread completed task counter; accumulated into completedTaskCount upon termination. |
Thread | thread | Thread this worker is running in. Acts as a final field, but cannot be set until thread is created. |
Constructor: |
---|
|
Method from org.apache.geronimo.concurrent.harmony.ThreadPoolExecutor$Worker Summary: |
---|
interruptIfIdle, interruptNow, isActive, run |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.geronimo.concurrent.harmony.ThreadPoolExecutor$Worker Detail: |
---|
|
|
|
|