|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JobOperator.BatchStatus | |
|---|---|
| javax.batch.api.partition | |
| javax.batch.operations | |
| javax.batch.runtime | |
| javax.batch.runtime.context | |
| Uses of JobOperator.BatchStatus in javax.batch.api.partition |
|---|
| Methods in javax.batch.api.partition with parameters of type JobOperator.BatchStatus | |
|---|---|
void |
PartitionAnalyzer.analyzeStatus(JobOperator.BatchStatus batchStatus,
String exitStatus)
The analyzeStatus method receives control each time a partition ends. |
void |
AbstractPartitionAnalyzer.analyzeStatus(JobOperator.BatchStatus batchStatus,
String exitStatus)
Override this method to analyze partition end status. |
| Uses of JobOperator.BatchStatus in javax.batch.operations |
|---|
| Methods in javax.batch.operations that return JobOperator.BatchStatus | |
|---|---|
static JobOperator.BatchStatus |
JobOperator.BatchStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JobOperator.BatchStatus[] |
JobOperator.BatchStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of JobOperator.BatchStatus in javax.batch.runtime |
|---|
| Methods in javax.batch.runtime that return JobOperator.BatchStatus | |
|---|---|
JobOperator.BatchStatus |
StepExecution.getBatchStatus()
Get batch status of this step execution. |
JobOperator.BatchStatus |
JobExecution.getBatchStatus()
Get batch status of this execution. |
| Uses of JobOperator.BatchStatus in javax.batch.runtime.context |
|---|
| Methods in javax.batch.runtime.context that return JobOperator.BatchStatus | |
|---|---|
JobOperator.BatchStatus |
StepContext.getBatchStatus()
The getBatchStatus method returns the current batch status of the current step. |
JobOperator.BatchStatus |
JobContext.getBatchStatus()
The getBatchStatus method simply returns the batch status value * set by the batch runtime into the job context. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||