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   
 

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.
 



Copyright © 2009. All Rights Reserved.