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

Packages that use JobExecutionNotRunningException
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 JobExecutionNotRunningException in org.springframework.batch.core.launch
 

Methods in org.springframework.batch.core.launch that throw JobExecutionNotRunningException
 boolean JobOperator.stop(long executionId)
          Send a stop signal to the JobExecution with the supplied id.
 

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

Methods in org.springframework.batch.core.launch.support that throw JobExecutionNotRunningException
 boolean SimpleJobOperator.stop(long executionId)
           
 



Copyright © 2013 SpringSource. All Rights Reserved.