|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
RTEvent
object with the current
thread as source and a timestamp from the current system time.
RTEvent
object with the specified
source object and a timestamp from the current system time.
RTEvent
object with the current
thread as source and with the specified time stamp.
RTEvent
object with the specified
source object and time stamp.
RTEvent
object with the specified
source object and time-stamp with respect to the specified time-base.
DEFAULT_SIZE
.
RTEventListener
s, organized in three
sets and ordered according to priority within each set.RTEvent
s via its putEvent
method.RTEventListener
objects that have subscribed on such
events.Throwable
to be thrown instead of
InterruptedException
.RTThread
object with a newly generated
name in its father's RTThreadGroup
.
RTThread
object with the specified name in
its father's RTThreadGroup
.
RTThread
object with a newly generated
name in the specified RTThreadGroup
.
RTThread
object with the specified name in
the specified RTThreadGroup
.
setMaxSize
is being evaluated.
run
method, first calling init
,
then calling perform
while not interrupted, and finally calling
exit.
run
method calling perform
until interrupt or termination, corresponding to JThread.run
which in turn corresponds to java.lang.Thread.run
(having
the same semantics).
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |