Package org.bonitasoft.engine.service
Class BonitaTaskExecutor
java.lang.Object
org.bonitasoft.engine.service.BonitaTaskExecutor
- All Implemented Interfaces:
LifecycleService,PlatformLifecycleService
simply hold a cached thread pool executor to handle common asynchronous tasks
-
Constructor Details
-
BonitaTaskExecutor
public BonitaTaskExecutor()
-
-
Method Details
-
execute
-
execute
-
start
public void start()Description copied from interface:LifecycleServiceStart the service- Specified by:
startin interfaceLifecycleService
-
stop
public void stop()- Specified by:
stopin interfaceLifecycleService
-