public interface IBatchThreadPoolService extends IBatchServiceBase
| Modifier and Type | Method and Description |
|---|---|
ParallelTaskResult |
executeParallelTask(Runnable work,
Object config)
Runs the given task.
|
void |
executeTask(Runnable work,
Object config)
(Required) Runs the given task.
|
init, shutdownvoid executeTask(Runnable work, Object config)
work - The task to executeconfig - Optional configuration to customize the execution. The
Container always passes a null value. Typically used when
other user plugins wish to use the ExecutorService to execute
tasks.ParallelTaskResult executeParallelTask(Runnable work, Object config)
work - The task to executeconfig - Optional configuration to customize the execution. The
Container always passes a null value. Typically used when
other user plugins wish to use the ExecutorService to execute
tasks.© Copyright IBM Corp. 2014
Licensed under the Apache License, Version 2.0