public static final class InvokeThread.WorkerThreadRequest<E extends PrioritizedTask>
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Method and Description |
|---|---|
InvokeThread<E> |
getOwner() |
boolean |
isDone() |
boolean |
isStopRequested() |
void |
join() |
void |
join(long timeout) |
void |
requestStop() |
void |
run() |
public void run()
run in interface java.lang.Runnablepublic void requestStop()
public boolean isStopRequested()
public void join()
throws java.lang.InterruptedException,
java.util.concurrent.ExecutionException
java.lang.InterruptedExceptionjava.util.concurrent.ExecutionExceptionpublic void join(long timeout)
throws java.lang.InterruptedException,
java.util.concurrent.ExecutionException
java.lang.InterruptedExceptionjava.util.concurrent.ExecutionExceptionpublic InvokeThread<E> getOwner()
public boolean isDone()