Class JobScopeManager


  • public class JobScopeManager
    extends java.lang.Object
    Convenient aspect to wrap a single threaded job execution, where the implementation of the Job is not job scope aware (i.e. not the ones provided by the framework).
    Since:
    3.0
    Author:
    Dave Syer, Jimmy Praet
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidexecute​(Job job, JobExecution jobExecution) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JobScopeManager

        public JobScopeManager()
    • Method Detail