Example usage for org.springframework.batch.item.util ExecutionContextUserSupport subclass-usage

List of usage examples for org.springframework.batch.item.util ExecutionContextUserSupport subclass-usage

Introduction

In this page you can find the example usage for org.springframework.batch.item.util ExecutionContextUserSupport subclass-usage.

Usage

From source file me.andpay.ti.spring.batch.FlatFileItemWriter.java

/**
 * This class is an item writer that writes data to a file or stream. The writer
 * also provides restart. The location of the output file is defined by a
 * {@link Resource} and must represent a writable file.<br/>
 * 
 * Uses buffered writer to improve performance.<br/>

From source file lcn.module.batch.core.item.file.PartitionFlatFileItemWriter.java

/**
 * Partition    ?  ? target?? Write. writer  scope=step ?
 *  .
 * 
 * @author 
 * @since 2012. 07.30

From source file egovframework.rte.bat.core.item.file.EgovPartitionFlatFileItemWriter.java

/**
 * Partition    ?  ? target?? Write. writer  scope=step ?
 *  .
 * 
 * @author 
 * @since 2012. 07.30

From source file lcn.module.batch.web.guide.support.ExPartitionFlatFileItemWriter.java

/**
 * Partition    ?  ? target?? Write. writer  scope=step ?
 *  .
 * 
 * @author 
 * @since 2012. 07.30

From source file org.emonocot.job.io.StaxEventItemWriter.java

/**
 * An implementation of {@link ItemWriter} which uses StAX and
 * {@link Marshaller} for serializing object to XML.
 *
 * This item writer also provides restart, statistics and transaction features
 * by implementing corresponding interfaces.