|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use StepStatus | |
|---|---|
| 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 | |
| Uses of StepStatus in com.ibm.jbatch.container.impl |
|---|
| Fields in com.ibm.jbatch.container.impl declared as StepStatus | |
|---|---|
protected StepStatus |
BaseStepControllerImpl.stepStatus
|
| Uses of StepStatus in com.ibm.jbatch.container.services |
|---|
| Methods in com.ibm.jbatch.container.services that return StepStatus | |
|---|---|
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)
|
| Methods in com.ibm.jbatch.container.services with parameters of type StepStatus | |
|---|---|
void |
IPersistenceManagerService.updateStepStatus(long stepExecutionId,
StepStatus stepStatus)
Update a StepStatus |
void |
IJobStatusManagerService.updateStepStatus(long stepExecutionId,
StepStatus newStepStatus)
|
| Uses of StepStatus in com.ibm.jbatch.container.services.impl |
|---|
| Methods in com.ibm.jbatch.container.services.impl that return StepStatus | |
|---|---|
StepStatus |
JobStatusManagerImpl.createStepStatus(long stepExecutionId)
|
StepStatus |
JDBCPersistenceManagerImpl.createStepStatus(long stepExecId)
|
StepStatus |
JobStatusManagerImpl.getStepStatus(long jobInstanceId,
String stepId)
|
StepStatus |
JDBCPersistenceManagerImpl.getStepStatus(long instanceId,
String stepName)
|
| Methods in com.ibm.jbatch.container.services.impl with parameters of type StepStatus | |
|---|---|
void |
JobStatusManagerImpl.updateStepStatus(long stepExecutionId,
StepStatus newStepStatus)
|
void |
JDBCPersistenceManagerImpl.updateStepStatus(long stepExecutionId,
StepStatus stepStatus)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||