public class UimaBlockingExecutor
extends java.lang.Object
| Constructor and Description |
|---|
UimaBlockingExecutor(java.util.concurrent.ThreadPoolExecutor executor,
int permits) |
UimaBlockingExecutor(java.util.concurrent.ThreadPoolExecutor executor,
int permits,
java.lang.String destination) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReady() |
void |
stop() |
void |
submitTask(java.lang.Runnable task) |
public UimaBlockingExecutor(java.util.concurrent.ThreadPoolExecutor executor,
int permits)
public UimaBlockingExecutor(java.util.concurrent.ThreadPoolExecutor executor,
int permits,
java.lang.String destination)
public boolean isReady()
public void stop()
public void submitTask(java.lang.Runnable task)
throws java.lang.InterruptedException,
java.util.concurrent.RejectedExecutionException
java.lang.InterruptedExceptionjava.util.concurrent.RejectedExecutionExceptionCopyright © 2012. All Rights Reserved.