com.ibm.jvm

Interface InterruptibleContext

All known implementing classes:
InterruptibleIOContext, InterruptibleLockContext

  1. public interface InterruptibleContext
Interface for thread-level recovery of blocked connectors.

Method Summary

Modifier and Type Method and Description
  1. boolean
isBlocked()
Checks to see if the OS thread is in a blocking call.
  1. void
unblock()
Break the OS thread out of a blocking call.

Method Detail

isBlocked

  1. 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

  1. void unblock()
Break the OS thread out of a blocking call.