org.emboss.jemboss.programs
Class BatchUpdateTimer.RemindTask

java.lang.Object
  extended byjava.util.TimerTask
      extended byorg.emboss.jemboss.programs.BatchUpdateTimer.RemindTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
BatchUpdateTimer

class BatchUpdateTimer.RemindTask
extends java.util.TimerTask

Timer task to update the Jemboss job manager


Field Summary
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
(package private) BatchUpdateTimer.RemindTask()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchUpdateTimer.RemindTask

BatchUpdateTimer.RemindTask()
Method Detail

run

public void run()