|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Object.wait(timeout)
with a timeout in milliseconds is standard for
any Java platform this setting should always by true.
java.lang.Object.wait(timeout_ms,timeout_ns)
,
accept a nano-second timeout value.
origin
and with pace
system dependent ticks per second.
TriggerEvent
object with the current
thread as source and a time stamp from the current system time.
TriggerEvent
object with the specified
source object and a time stamp from the current system time.
TriggerEvent
object with the current
thread as source and with the specified time stamp.
TriggerEvent
object with the specified
source object and time stamp.
TriggerEvent
object with the specified
source object and time-stamp with respect to the specified time-base.
take(1)
.
perform
method.
tryTake(maxtime)
is the same as
calling tryTake(maxtime,1)
.
timeout
time has passed.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |