|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimple.util.schedule.Scheduler.Entry
public class Scheduler.Entry
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 |
---|
public java.lang.Object object
public long timeout
Constructor Detail |
---|
public Scheduler.Entry()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |