javax.realtime.DSS
Class EventNotice

java.lang.Object
  extended byjavax.realtime.DSS.EventNotice

public class EventNotice
extends java.lang.Object

Elements of an EventList. Each contains a reference to a RealTimeThread and a scheduled event time.

Author:
gary

Field Summary
 AbsoluteTime scheduledTime
          The AbsoluteTime at which the event is to be scheduled
 RealtimeThread thread
          The to be scheduled
 
Constructor Summary
EventNotice(RealtimeThread thread, AbsoluteTime scheduledTime)
          Constructor.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

thread

public RealtimeThread thread
The to be scheduled


scheduledTime

public AbsoluteTime scheduledTime
The AbsoluteTime at which the event is to be scheduled

Constructor Detail

EventNotice

public EventNotice(RealtimeThread thread,
                   AbsoluteTime scheduledTime)
Constructor.

Parameters:
thread - The to be scheduled RealtimeThread
scheduledTime - The AbsoluteTime at which the event is to be scheduled
Method Detail

toString

public java.lang.String toString()
Returns:
a string representation of this object