| Package | Description |
|---|---|
| com.ibm.jbatch.container.impl | |
| com.ibm.jbatch.container.services |
This interfaces are tightly coupled to the existing
batch implementation.
|
| com.ibm.jbatch.container.services.impl |
| Modifier and Type | Field and Description |
|---|---|
protected StepStatus |
BaseStepControllerImpl.stepStatus |
| Modifier and Type | Method and Description |
|---|---|
StepStatus |
IPersistenceManagerService.createStepStatus(long stepExecId)
Create a StepStatus
|
StepStatus |
IJobStatusManagerService.createStepStatus(long stepExecutionId)
Creates an entry for the step in the stepstatus table during jobsetup
|
StepStatus |
IPersistenceManagerService.getStepStatus(long instanceId,
String stepName)
Get a StepStatus
The parent job instance id and this step name from the job xml
are used to determine if the current step execution have previously run.
|
StepStatus |
IJobStatusManagerService.getStepStatus(long jobInstanceId,
String stepId) |
| Modifier and Type | Method and Description |
|---|---|
void |
IPersistenceManagerService.updateStepStatus(long stepExecutionId,
StepStatus stepStatus)
Update a StepStatus
|
void |
IJobStatusManagerService.updateStepStatus(long stepExecutionId,
StepStatus newStepStatus) |
| Modifier and Type | Method and Description |
|---|---|
StepStatus |
JobStatusManagerImpl.createStepStatus(long stepExecutionId) |
StepStatus |
JDBCPersistenceManagerImpl.createStepStatus(long stepExecId) |
StepStatus |
JobStatusManagerImpl.getStepStatus(long jobInstanceId,
String stepId) |
StepStatus |
JDBCPersistenceManagerImpl.getStepStatus(long instanceId,
String stepName) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobStatusManagerImpl.updateStepStatus(long stepExecutionId,
StepStatus newStepStatus) |
void |
JDBCPersistenceManagerImpl.updateStepStatus(long stepExecutionId,
StepStatus stepStatus) |
© Copyright IBM Corp. 2014
Licensed under the Apache License, Version 2.0