Project Wonder 5.0

er.extensions.concurrency
Class ERXLongResponseTask.WorkerThread

java.lang.Object
  extended by java.lang.Thread
      extended by er.extensions.concurrency.ERXLongResponseTask.WorkerThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing interface:
ERXLongResponseTask

public static class ERXLongResponseTask.WorkerThread
extends java.lang.Thread

Special worker thread that holds the reference to the task so we can get a list of them.

Author:
ak

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
protected  ERXLongResponseTask _task
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ERXLongResponseTask.WorkerThread(ERXLongResponseTask task)
           
 
Method Summary
 void run()
           
 ERXLongResponseTask task()
           
static com.webobjects.foundation.NSArray tasks()
           
 
Methods inherited from class java.lang.Thread
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, yield
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_task

protected ERXLongResponseTask _task
Constructor Detail

ERXLongResponseTask.WorkerThread

public ERXLongResponseTask.WorkerThread(ERXLongResponseTask task)
Method Detail

task

public ERXLongResponseTask task()

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

tasks

public static com.webobjects.foundation.NSArray tasks()

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.