@Named(value="doSomethingItemWriterImpl") public class DoSomethingItemWriterImpl extends AbstractItemWriter
| Constructor and Description |
|---|
DoSomethingItemWriterImpl() |
| Modifier and Type | Method and Description |
|---|---|
CheckpointData |
checkpointInfo() |
void |
close() |
void |
open(Serializable checkpointData) |
void |
writeItems(List<Object> myData) |
public void open(Serializable checkpointData) throws Exception
open in interface ItemWriteropen in class AbstractItemWriterExceptionpublic void close()
throws Exception
close in interface ItemWriterclose in class AbstractItemWriterExceptionpublic void writeItems(List<Object> myData) throws Exception
writeItems in interface ItemWriterwriteItems in class AbstractItemWriterExceptionpublic CheckpointData checkpointInfo() throws Exception
checkpointInfo in interface ItemWritercheckpointInfo in class AbstractItemWriterException© Copyright IBM Corp. 2013
Licensed under the Apache License, Version 2.0