com.ch.odi.parallel
Interface JobFactory


public interface JobFactory


Method Summary
 ParallelJob getNextJob()
          Returns a new ParallelJob
 boolean hasMoreJobs()
          Returns true if there are any more jobs.
 

Method Detail

getNextJob

public ParallelJob getNextJob()
Returns a new ParallelJob

hasMoreJobs

public boolean hasMoreJobs()
Returns true if there are any more jobs.