public class NonBlockingThread extends Object implements Runnable
isNonBlockingThread()
to detect whether they are
in the context of a non-blocking thread, and perform different actions if that's the case.Constructor and Description |
---|
NonBlockingThread(Runnable delegate) |
Modifier and Type | Method and Description |
---|---|
static boolean |
isNonBlockingThread() |
void |
run() |
Copyright © 1995–2015 Mort Bay Consulting. All rights reserved.