simple.util.schedule
Class Scheduler.Entry

java.lang.Object
  extended by simple.util.schedule.Scheduler.Entry
Enclosing class:
Scheduler

public class Scheduler.Entry
extends java.lang.Object

This is used to keep objects with there time of release. The time when this object can be dequeued is retrived by timeout.


Field Summary
 java.lang.Object object
           
 long timeout
           
 
Constructor Summary
Scheduler.Entry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

public java.lang.Object object

timeout

public long timeout
Constructor Detail

Scheduler.Entry

public Scheduler.Entry()