Uses of Class
org.springframework.batch.core.job.AbstractJob

Packages that use AbstractJob
org.springframework.batch.core.job Specific implementations of job concerns. 
org.springframework.batch.core.job.flow   
org.springframework.batch.test   
 

Uses of AbstractJob in org.springframework.batch.core.job
 

Subclasses of AbstractJob in org.springframework.batch.core.job
 class SimpleJob
          Simple implementation of Job interface providing the ability to run a JobExecution.
 

Uses of AbstractJob in org.springframework.batch.core.job.flow
 

Subclasses of AbstractJob in org.springframework.batch.core.job.flow
 class FlowJob
          Implementation of the Job interface that allows for complex flows of steps, rather than requiring sequential execution.
 

Uses of AbstractJob in org.springframework.batch.test
 

Methods in org.springframework.batch.test that return AbstractJob
 AbstractJob AbstractJobTests.getJob()
          Deprecated.  
 



Copyright © 2013 SpringSource. All Rights Reserved.