Groovy Documentation

gpars.scheduler
Class Scheduler.WatchdogThread

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

class Scheduler.WatchdogThread
extends Thread

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

 
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.WatchdogThread

Scheduler.WatchdogThread()


 
Method Detail

run

@Override
public void run()


 

Groovy Documentation