Class JobScopeManager

java.lang.Object
org.springframework.batch.core.scope.context.JobScopeManager

public class JobScopeManager extends 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
  • Constructor Details

    • JobScopeManager

      public JobScopeManager()
  • Method Details