|
||||||||
PREV NEXT | FRAMES NO FRAMES |
InterruptibleIOContext
is a utility class for interrupting networking calls.InterruptibleIOContext
Object.
InterruptibleLockContext
is a utility class for interrupting synchronization calls.InterruptibleLockContext
Object and associate the current
OS thread with this object.
InterruptibleThread
is a utility class that extends
java.lang.Thread
, to allow the wrapping of interruptible runnable
methods.InterruptibleThread
object and calls it's
superclass constructor.
InterruptibleThread
object.
InterruptibleThread
object.
InterruptibleThread
object.
InterruptibleThread object
.
InterruptibleThread
object.
InterruptibleThread
object.
InterruptibleThread
object.
run
method and then contructs an
InterruptibleIOContext
and InterruptibleLockContext
object, which are used by calls to isBlocked()
and unBlock()
,
depending on whether the thread is blocking on a synchronization or networking call.
|
||||||||
PREV NEXT | FRAMES NO FRAMES |