arlut.csd.ganymede
Class taskMonitor

java.lang.Object
  |
  +--arlut.csd.ganymede.taskMonitor
All Implemented Interfaces:
java.lang.Runnable

class taskMonitor
extends java.lang.Object
implements java.lang.Runnable

GanymedeScheduler helper class used to notify the scheduler when a background task has completed.

See Also:
scheduleHandle

Field Summary
(package private)  scheduleHandle handle
           
(package private)  java.lang.Thread task
           
 
Constructor Summary
taskMonitor(java.lang.Thread task, scheduleHandle handle)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

task

java.lang.Thread task

handle

scheduleHandle handle
Constructor Detail

taskMonitor

public taskMonitor(java.lang.Thread task,
                   scheduleHandle handle)
Method Detail

run

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