Uses of Class
javax.batch.runtime.BatchStatus

Packages that use BatchStatus
javax.batch.api.partition   
javax.batch.runtime   
javax.batch.runtime.context   
 

Uses of BatchStatus in javax.batch.api.partition
 

Methods in javax.batch.api.partition with parameters of type BatchStatus
 void PartitionAnalyzer.analyzeStatus(BatchStatus batchStatus, String exitStatus)
          The analyzeStatus method receives control each time a partition ends.
 void AbstractPartitionAnalyzer.analyzeStatus(BatchStatus batchStatus, String exitStatus)
          Override this method to analyze partition end status.
 

Uses of BatchStatus in javax.batch.runtime
 

Methods in javax.batch.runtime that return BatchStatus
 BatchStatus StepExecution.getBatchStatus()
          Get batch status of this step execution.
 BatchStatus JobExecution.getBatchStatus()
          Get batch status of this execution.
static BatchStatus BatchStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BatchStatus[] BatchStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of BatchStatus in javax.batch.runtime.context
 

Methods in javax.batch.runtime.context that return BatchStatus
 BatchStatus StepContext.getBatchStatus()
          The getBatchStatus method returns the current batch status of the current step.
 BatchStatus JobContext.getBatchStatus()
          The getBatchStatus method simply returns the batch status value * set by the batch runtime into the job context.
 



© Copyright IBM Corp. 2013
Licensed under the Apache License, Version 2.0