de.uka.ipd.sdq.scheduler.events
Class SchedulingInterruptEvent

java.lang.Object
  extended by Event
      extended by de.uka.ipd.sdq.scheduler.events.SchedulingInterruptEvent

public class SchedulingInterruptEvent
extends Event

Event causing a call to the schedule method of the specified scheduling strategy. Used to trigger a scheduling at a specific time. This Event will never be canceled and can exist an arbitrary number of times in the event queue.

Author:
jens

Constructor Summary
SchedulingInterruptEvent(SimActiveResource containingResource, IResourceInstance instance)
           
 
Method Summary
 void actions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulingInterruptEvent

public SchedulingInterruptEvent(SimActiveResource containingResource,
                                IResourceInstance instance)
Method Detail

actions

public void actions()