public interface BonitaExecutorService
Modifier and Type | Method and Description |
---|---|
boolean |
awaitTermination(long workTerminationTimeout,
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, TimeUnit seconds) throws InterruptedException
InterruptedException
Copyright © 2018 Bonitasoft S.A.. All rights reserved.