Uses of Class
org.springframework.batch.core.launch.NoSuchJobExecutionException

Packages that use NoSuchJobExecutionException
org.springframework.batch.core.launch Interfaces and simple implementations of launch concerns. 
org.springframework.batch.core.launch.support Support classes for use in bootstrap and launch implementations or configurations. 
 

Uses of NoSuchJobExecutionException in org.springframework.batch.core.launch
 

Methods in org.springframework.batch.core.launch that throw NoSuchJobExecutionException
 String JobOperator.getParameters(long executionId)
          Get the JobParameters as an easily readable String.
 Map<Long,String> JobOperator.getStepExecutionSummaries(long executionId)
          Summarise the StepExecution instances belonging to the JobExecution with the supplied id, giving details of status, start and end times etc.
 String JobOperator.getSummary(long executionId)
          Summarise the JobExecution with the supplied id, giving details of status, start and end times etc.
 Long JobOperator.restart(long executionId)
          Restart a failed or stopped JobExecution.
 boolean JobOperator.stop(long executionId)
          Send a stop signal to the JobExecution with the supplied id.
 

Uses of NoSuchJobExecutionException in org.springframework.batch.core.launch.support
 

Methods in org.springframework.batch.core.launch.support that throw NoSuchJobExecutionException
 String SimpleJobOperator.getParameters(long executionId)
           
 Map<Long,String> SimpleJobOperator.getStepExecutionSummaries(long executionId)
           
 String SimpleJobOperator.getSummary(long executionId)
           
 Long SimpleJobOperator.restart(long executionId)
           
 boolean SimpleJobOperator.stop(long executionId)
           
 



Copyright © 2013 SpringSource. All Rights Reserved.