@Named(value="skipWriter") public class SkipWriter extends Object implements javax.batch.api.chunk.ItemWriter
Constructor and Description |
---|
SkipWriter() |
Modifier and Type | Method and Description |
---|---|
ArrayIndexCheckpointData |
checkpointInfo() |
void |
close() |
void |
open(Serializable cpd) |
void |
writeItems(List<Object> myData) |
public void open(Serializable cpd) throws Exception
open
in interface javax.batch.api.chunk.ItemWriter
Exception
public void close() throws Exception
close
in interface javax.batch.api.chunk.ItemWriter
Exception
public void writeItems(List<Object> myData) throws Exception
writeItems
in interface javax.batch.api.chunk.ItemWriter
Exception
public ArrayIndexCheckpointData checkpointInfo() throws Exception
checkpointInfo
in interface javax.batch.api.chunk.ItemWriter
Exception
© Copyright IBM Corp. 2015
Licensed under the Apache License, Version 2.0