Uses of Interface
javax.batch.runtime.StepExecution

Packages that use StepExecution
javax.batch.api   
javax.batch.operations   
 

Uses of StepExecution in javax.batch.api
 

Methods in javax.batch.api with parameters of type StepExecution
 String Decider.decide(StepExecution[] executions)
          The decide method sets a new exit status for a job.
 

Uses of StepExecution in javax.batch.operations
 

Methods in javax.batch.operations that return types with arguments of type StepExecution
 List<StepExecution> JobOperator.getStepExecutions(long jobExecutionId)
          Return StepExecutions for specified execution id.
 



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