A B C D E F G I J L M N O P R S T U W Y

E

Environment - class se.lth.cs.realtime.Environment.
Not yet implemeted support for hierarchical real-time systems.
Environment() - Constructor for class se.lth.cs.realtime.Environment
 
ExceptionEvent - class se.lth.cs.realtime.event.ExceptionEvent.
Event to be used by a thread that has encountered an error situation (typically when an Exception has been caught) and other threads need to be informed (typically to handle recovery, shutdown, backup control, etc.).
ExceptionEvent(Throwable, Activity) - Constructor for class se.lth.cs.realtime.event.ExceptionEvent
Constructs an ExceptionEvent object with the specified source thread.
ExceptionEvent(Throwable) - Constructor for class se.lth.cs.realtime.event.ExceptionEvent
Constructs an ExceptionEvent object with the specified cause, as in class Exception from the JDK1.4.
entry(RTEventListener) - Method in class se.lth.cs.realtime.event.RendezvousEvent
 
enumerate(RTThread[]) - Method in class se.lth.cs.realtime.RTThreadGroup
Copies into the specified array every active thread in this thread group and its subgroups.
enumerate(RTThread[], boolean) - Method in class se.lth.cs.realtime.RTThreadGroup
Copies into the specified array every active thread in this thread group.
enumerate(RTThreadGroup[]) - Method in class se.lth.cs.realtime.RTThreadGroup
Copies into the specified array references to every active subgroup in this thread group.
enumerate(RTThreadGroup[], boolean) - Method in class se.lth.cs.realtime.RTThreadGroup
Copies into the specified array references to every active subgroup in this thread group.
envTimebase - Variable in class se.lth.cs.realtime.Timebase
The time base of the surrounding system, such as the real world.
error(String) - Method in class se.lth.cs.realtime.event.RTEventBuffer
Takes care of InterruptedException.
excListener - Variable in class se.lth.cs.realtime.event.RTEventDispatcher
 
exit() - Method in class se.lth.cs.realtime.JThread
Called by typical run methods, such as the default one, to give a this thread a chance to clean up before it actually exits.

A B C D E F G I J L M N O P R S T U W Y