Package org.cougaar.core.agent.service.alarm

Interface Summary
Alarm Interface for an object telling the AlarmService to wake a client in the future.
PeriodicAlarm Interface for Periodic Alarms which are alarms which do not naturally expire.
 

Class Summary
ExecutionTimer A Timer for execution time (artificial "execution" or "scenario" time), which is a modifiable offset from real time with a rate multiplier.
ExecutionTimer.Change Description of a Parameters change (relative to some implicit Parameters)
ExecutionTimer.Parameters  
RealTimer A Timer for real time ("system", or "wall clock" time).
Timer Implement a basic timer class (not to be confused with Timer) that invokes Alarm "expire()" methods when they are due.