Example usage for org.springframework.batch.core.step.tasklet Tasklet interface-usage

List of usage examples for org.springframework.batch.core.step.tasklet Tasklet interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core.step.tasklet Tasklet interface-usage.

Usage

From source file org.pepstock.jem.springbatch.tasks.JemTasklet.java

/**
 * Is a JEM implementation of a tasklet.<br>
 * If needs to use special features of JEM (like GDG or looking), must be
 * extended, implementing abstract method.<br>
 * Loads a JNDI file resources using DataDescription so the implementation can access
 * in abstract way to resources defined in JCL.<br>