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.Runnable
public void requestStop()
public boolean isStopRequested()
public void join() throws java.lang.InterruptedException, java.util.concurrent.ExecutionException
java.lang.InterruptedException
java.util.concurrent.ExecutionException
public void join(long timeout) throws java.lang.InterruptedException, java.util.concurrent.ExecutionException
java.lang.InterruptedException
java.util.concurrent.ExecutionException
public InvokeThread<E> getOwner()
public boolean isDone()