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

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

Methods in org.springframework.batch.core.launch that throw NoSuchJobInstanceException
 java.util.List<java.lang.Long> JobOperator.getExecutions(long instanceId)
          List the JobExecutions associated with a particular JobInstance, in reverse order of creation (and therefore usually of execution).
 

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

Methods in org.springframework.batch.core.launch.support that throw NoSuchJobInstanceException
 java.util.List<java.lang.Long> SimpleJobOperator.getExecutions(long instanceId)
           
 



Copyright © 2009. All Rights Reserved.