public interface BonitaExecutorService
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long workTerminationTimeout,
java.util.concurrent.TimeUnit seconds) |
void |
clearAllQueues()
clear the queue of work
|
void |
shutdownAndEmptyQueue()
shutdown and handle the queue properly
|
void |
submit(WorkDescriptor work)
Execute the work described by the work descriptor
|
void clearAllQueues()
void shutdownAndEmptyQueue()
void submit(WorkDescriptor work)
work - boolean awaitTermination(long workTerminationTimeout,
java.util.concurrent.TimeUnit seconds)
throws java.lang.InterruptedException
java.lang.InterruptedException