public class BonitaTaskExecutor extends java.lang.Object implements PlatformLifecycleService
| Constructor and Description |
|---|
BonitaTaskExecutor() |
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.concurrent.Future<T> |
execute(java.util.concurrent.Callable<T> callable) |
void |
pause()
Temporary halt the execution of this service.
|
void |
resume()
resume the execution the service
|
void |
start()
Start the service
|
void |
stop() |
public <T> java.util.concurrent.Future<T> execute(java.util.concurrent.Callable<T> callable)
public void start()
LifecycleServicestart in interface LifecycleServicepublic void stop()
stop in interface LifecycleServicepublic void pause()
LifecycleServicepause in interface LifecycleServicepublic void resume()
LifecycleServiceresume in interface LifecycleService