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

J

JThread - class se.lth.cs.realtime.JThread.
Thread of concurrent execution according to the Java platform, but extended with the facilities provided by the RTThread class.
JThread() - Constructor for class se.lth.cs.realtime.JThread
Allocates a new JThread object with a newly generated name in its father's ThreadGroup.
JThread(String) - Constructor for class se.lth.cs.realtime.JThread
Allocates a new JThread object with the specified name in its parent's ThreadGroup.
JThread(ThreadGroup) - Constructor for class se.lth.cs.realtime.JThread
Allocates a new JThread object with a newly generated name in the specified ThreadGroup.
JThread(ThreadGroup, String) - Constructor for class se.lth.cs.realtime.JThread
Allocates a new JThread object with the specified name in the specified ThreadGroup.
jActivity - Variable in class se.lth.cs.realtime.ActivityImpl
Encapsulated Java thread.
join() - Method in interface se.lth.cs.realtime.Activity
 
join() - Method in class se.lth.cs.realtime.ActivityImpl
Calls isAlive for the represented thread.
join(long) - Method in class se.lth.cs.realtime.RTThread
Waits at most millis milliseconds for this thread to die.
join(long, int) - Method in class se.lth.cs.realtime.RTThread
Waits at most millis milliseconds plus nanos nanoseconds for this thread to die.
join() - Method in class se.lth.cs.realtime.RTThread
Waits for this thread to die.

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