is there any way to interrupt Work, submitted to WebSphere CommonJ WorkManager? There is no API available.
Trying to overcome this issue, I have created synchronizedMap based API, tracking running threads. But interrupt() called on running thread is ignored, and blocking calls are not being interrupted.