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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
controller
protected IThreadRootController controller
BatchParallelWorkUnit
public BatchParallelWorkUnit(IBatchKernelService batchKernel,
RuntimeJobExecution jobExecutionImpl,
boolean notifyCallbackWhenDone)
getController
public IThreadRootController getController()
- Overrides:
getController in class BatchWorkUnit
run
public void run()
- Specified by:
run in interface Runnable- Overrides:
run in class BatchWorkUnit
markThreadCompleted
protected abstract void markThreadCompleted()
Copyright © 2013. All Rights Reserved.