Package com.ibm.jbatch.container.util
Class BatchParallelWorkUnit
- java.lang.Object
-
- com.ibm.jbatch.container.util.BatchWorkUnit
-
- com.ibm.jbatch.container.util.BatchParallelWorkUnit
-
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
BatchFlowInSplitWorkUnit,BatchPartitionWorkUnit
public abstract class BatchParallelWorkUnit extends BatchWorkUnit
-
-
Field Summary
-
Fields inherited from class com.ibm.jbatch.container.util.BatchWorkUnit
batchKernel, controller, jobExecutionImpl, notifyCallbackWhenDone
-
-
Constructor Summary
Constructors Constructor Description BatchParallelWorkUnit(IBatchKernelService batchKernel, RuntimeJobExecution jobExecutionImpl, boolean notifyCallbackWhenDone)
-
Method Summary
-
Methods inherited from class com.ibm.jbatch.container.util.BatchWorkUnit
getBatchKernel, getBatchStatus, getController, getExitStatus, getJobExecutionImpl, isNotifyCallbackWhenDone, markThreadCompleted, run, setBatchKernel, setJobExecutionImpl, setNotifyCallbackWhenDone
-
-
-
-
Constructor Detail
-
BatchParallelWorkUnit
public BatchParallelWorkUnit(IBatchKernelService batchKernel, RuntimeJobExecution jobExecutionImpl, boolean notifyCallbackWhenDone)
-
-