avrora.sim.util
Class InterruptScheduler

java.lang.Object
  extended byavrora.sim.util.InterruptScheduler

public class InterruptScheduler
extends java.lang.Object

The InterruptScheduler class is a testing utility that reads an interrupt schedule from a file and then posts the interrupts at the appropriate times (according to the schedule) to the simulator.


Nested Class Summary
 class InterruptScheduler.ScheduledInterrupt
          The ScheduledInterrupt class is an event that is inserted into the queue of a simulator.
 
Constructor Summary
InterruptScheduler(java.lang.String fname, Simulator s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterruptScheduler

public InterruptScheduler(java.lang.String fname,
                          Simulator s)