|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterruptibleContext
Interface for thread-level recovery of blocked connectors.
Method Summary | |
---|---|
boolean |
isBlocked()
Checks to see if the OS thread is in a blocking call. |
void |
unblock()
Break the OS thread out of a blocking call. |
Method Detail |
---|
boolean isBlocked()
true
if the OS thread is blocked, false
otherwise.void unblock()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |