Package org.jmonks.batch.framework.controller.basic

Class Summary
BasicJobController BasicJobController creates and executes the Basic Job Processor class defined in job configuration.
BasicJobProcessor BasicJobProcessor lets job developers to implement their business logic in the process method and this method will be executed by the BasicJobController.