Package com.ibm.jbatch.container.impl
Class PartitionThreadRootControllerImpl
- java.lang.Object
-
- com.ibm.jbatch.container.impl.JobThreadRootControllerImpl
-
- com.ibm.jbatch.container.impl.PartitionThreadRootControllerImpl
-
- All Implemented Interfaces:
IController,IThreadRootController
public class PartitionThreadRootControllerImpl extends JobThreadRootControllerImpl
Currently there's no special function on top of the subjob required of the partition.
-
-
Field Summary
-
Fields inherited from class com.ibm.jbatch.container.impl.JobThreadRootControllerImpl
jobContext, jobExecution, jobInstanceId, jobNavigator, jobStatusService, persistenceService, rootJobExecutionId
-
-
Constructor Summary
Constructors Constructor Description PartitionThreadRootControllerImpl(RuntimeJobExecution jobExecution, PartitionsBuilderConfig config)
-
Method Summary
-
Methods inherited from class com.ibm.jbatch.container.impl.JobThreadRootControllerImpl
batchStatusFailedFromException, batchStatusStopping, endOfJob, getLastRunStepExecutions, jobListenersBeforeJob, jslStop, logWarning, markJobStarted, originateExecutionOnThread, setContextProperties, stop, updateJobBatchStatus
-
-
-
-
Constructor Detail
-
PartitionThreadRootControllerImpl
public PartitionThreadRootControllerImpl(RuntimeJobExecution jobExecution, PartitionsBuilderConfig config)
-
-