Uses of Class
com.ibm.jbatch.container.status.StepStatus
-
Packages that use StepStatus 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 -
-
Uses of StepStatus in com.ibm.jbatch.container.impl
Fields in com.ibm.jbatch.container.impl declared as StepStatus Modifier and Type Field Description protected StepStatusBaseStepControllerImpl. stepStatus -
Uses of StepStatus in com.ibm.jbatch.container.services
Methods in com.ibm.jbatch.container.services that return StepStatus Modifier and Type Method Description StepStatusIJobStatusManagerService. createStepStatus(long stepExecutionId)Creates an entry for the step in the stepstatus table during jobsetupStepStatusIPersistenceManagerService. createStepStatus(long stepExecId)Create a StepStatusStepStatusIJobStatusManagerService. getStepStatus(long jobInstanceId, String stepId)StepStatusIPersistenceManagerService. 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.Methods in com.ibm.jbatch.container.services with parameters of type StepStatus Modifier and Type Method Description voidIJobStatusManagerService. updateStepStatus(long stepExecutionId, StepStatus newStepStatus)voidIPersistenceManagerService. updateStepStatus(long stepExecutionId, StepStatus stepStatus)Update a StepStatus -
Uses of StepStatus in com.ibm.jbatch.container.services.impl
Methods in com.ibm.jbatch.container.services.impl that return StepStatus Modifier and Type Method Description StepStatusJDBCPersistenceManagerImpl. createStepStatus(long stepExecId)StepStatusJobStatusManagerImpl. createStepStatus(long stepExecutionId)StepStatusJDBCPersistenceManagerImpl. getStepStatus(long instanceId, String stepName)StepStatusJobStatusManagerImpl. getStepStatus(long jobInstanceId, String stepId)Methods in com.ibm.jbatch.container.services.impl with parameters of type StepStatus Modifier and Type Method Description voidJDBCPersistenceManagerImpl. updateStepStatus(long stepExecutionId, StepStatus stepStatus)voidJobStatusManagerImpl. updateStepStatus(long stepExecutionId, StepStatus newStepStatus)
-