org.iids.aos.util
Class AlarmQueue.Alarm

java.lang.Object
  extended by org.iids.aos.util.AlarmQueue.Alarm
Enclosing class:
AlarmQueue

public static class AlarmQueue.Alarm
extends java.lang.Object

This class represents an alarm. The alarm is set to a particular time in milliseconds. This time is in absolute time (it is compared to System.currentTimeMillis()). Each alarm has an id associated with it, so the setter of the alarm can identify which alarm has gone off.


Field Summary
 java.lang.Object id
           
 long time
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

public long time

id

public java.lang.Object id


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.