goods baked at one time. We made a batch of cookies to take to the party. Batch - JavaLand 2014 @ivar_grimstad Source: http://en.wiktionary.org/wiki/batch
Package Interface Description javax.batch.api.chunk ItemReader Reads items from an input source in a chunk step. javax.batch.api.chunk ItemProcessor Processes input items to obtain output items in chunk steps. javax.batch.api.chunk ItemWriter Writes output items in chunk steps.
props = new Properties(); props.setProperty("parameter1", "value1"); long execID = jobOperator.start("simplejob", props); EJB, Servlet, ManagedBean etc.
JobExecution Provides methods to obtain information about submitted jobs. JobExecution jobExec = jobOperator.getJobExection(id); String status = jobExec.getBatchStatus().toString();