com.ibm.jvm
Interface InterruptibleContext

All Known Implementing Classes:
InterruptibleIOContext, InterruptibleLockContext

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

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.