Groovy Documentation

gpars.scheduler
Class Scheduler.WorkerThread

java.lang.Object
  java.lang.Thread
      gpars.scheduler.Scheduler.WorkerThread

class Scheduler.WorkerThread
extends Thread

Field Summary
 
Fields inherited from class Thread
MIN_PRIORITY, NORM_PRIORITY, MAX_PRIORITY
 
Constructor Summary
Scheduler.WorkerThread()

 
Method Summary
void run()

 
Methods inherited from class Thread
run, toString, isInterrupted, currentThread, getName, start, getThreadGroup, getStackTrace, dumpStack, setPriority, setDaemon, yield, sleep, sleep, stop, stop, interrupt, interrupted, destroy, isAlive, suspend, resume, getPriority, setName, activeCount, enumerate, countStackFrames, join, join, join, isDaemon, checkAccess, getContextClassLoader, setContextClassLoader, holdsLock, getAllStackTraces, getId, getState, setDefaultUncaughtExceptionHandler, getDefaultUncaughtExceptionHandler, getUncaughtExceptionHandler, setUncaughtExceptionHandler, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

Scheduler.WorkerThread

Scheduler.WorkerThread()


 
Method Detail

run

@Override
public void run()


 

Groovy Documentation