Uses of Class
com.ibm.jbatch.container.status.ExtendedBatchStatus
-
Packages that use ExtendedBatchStatus Package Description com.ibm.jbatch.container.status -
-
Uses of ExtendedBatchStatus in com.ibm.jbatch.container.status
Methods in com.ibm.jbatch.container.status that return ExtendedBatchStatus Modifier and Type Method Description ExtendedBatchStatusExecutionStatus. getExtendedBatchStatus()static ExtendedBatchStatusExtendedBatchStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtendedBatchStatus[]ExtendedBatchStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.jbatch.container.status with parameters of type ExtendedBatchStatus Modifier and Type Method Description voidExecutionStatus. setExtendedBatchStatus(ExtendedBatchStatus extendedBatchStatus)Constructors in com.ibm.jbatch.container.status with parameters of type ExtendedBatchStatus Constructor Description ExecutionStatus(ExtendedBatchStatus extendedBatchStatus)ExecutionStatus(ExtendedBatchStatus extendedBatchStatus, String exitStatus)SplitExecutionStatus(ExtendedBatchStatus extendedBatchStatus)
-