com.ibm.jvm
Interface InterruptibleContext
All known implementing classes:
- public interface InterruptibleContext
Method Summary
Modifier and Type | Method and Description |
---|---|
|
isBlocked()
Checks to see if the OS thread is in a blocking call.
|
|
unblock()
Break the OS thread out of a blocking call.
|
Method Detail
isBlocked
- boolean isBlocked()
Checks to see if the OS thread is in a blocking call.
Returns:
true
if the OS thread is blocked, false
otherwise. unblock
- void unblock()
Break the OS thread out of a blocking call.