Uses of Interface
com.ibm.jbatch.spi.services.ParallelTaskResult
-
Packages that use ParallelTaskResult Package Description com.ibm.jbatch.container.services.impl com.ibm.jbatch.spi.services The interfaces in this package reflect the fine-grained modularity of the batch runtime. -
-
Uses of ParallelTaskResult in com.ibm.jbatch.container.services.impl
Classes in com.ibm.jbatch.container.services.impl that implement ParallelTaskResult Modifier and Type Class Description classJSEResultAdapterMethods in com.ibm.jbatch.container.services.impl that return ParallelTaskResult Modifier and Type Method Description ParallelTaskResultAbstractThreadPoolServiceImpl. executeParallelTask(Runnable work, Object config)ParallelTaskResultJNDIDelegatingThreadPoolServiceImpl. executeParallelTask(Runnable work, Object config)ParallelTaskResultSPIDelegatingThreadPoolServiceImpl. executeParallelTask(Runnable work, Object config) -
Uses of ParallelTaskResult in com.ibm.jbatch.spi.services
Methods in com.ibm.jbatch.spi.services that return ParallelTaskResult Modifier and Type Method Description ParallelTaskResultIBatchThreadPoolService. executeParallelTask(Runnable work, Object config)Runs the given task.
-