org.cougaar.core.agent.service.alarm |
|
Java Source File Name | Type | Comment |
Alarm.java | Interface | Interface for an object telling the AlarmService to wake a client
in the future. |
AlarmBase.java | Class | A standard
Alarm base class. |
ExecutionTimer.java | Class | A Timer for execution time (artificial "execution" or "scenario"
time), which is a modifiable offset from real time with a rate
multiplier.
Control the advancement of Execution time. |
PeriodicAlarm.java | Interface | Interface for Periodic Alarms which are alarms which do not
naturally expire. |
RealTimer.java | Class | A Timer for real time ("system", or "wall clock" time). |
Timer.java | Class | Implement a basic timer class (not to be confused with
java.util.Timer ) that invokes Alarm "expire()" methods
when they are due. |