@Named public class ListenerOnErrorWriter extends Object implements jakarta.batch.api.chunk.ItemWriter
Constructor and Description |
---|
ListenerOnErrorWriter() |
Modifier and Type | Method and Description |
---|---|
Serializable |
checkpointInfo() |
void |
close() |
void |
open(Serializable checkpoint) |
void |
writeItems(List<Object> items) |
public void open(Serializable checkpoint) throws Exception
open
in interface jakarta.batch.api.chunk.ItemWriter
Exception
public void close() throws Exception
close
in interface jakarta.batch.api.chunk.ItemWriter
Exception
public void writeItems(List<Object> items) throws Exception
writeItems
in interface jakarta.batch.api.chunk.ItemWriter
Exception
public Serializable checkpointInfo() throws Exception
checkpointInfo
in interface jakarta.batch.api.chunk.ItemWriter
Exception
© Copyright 2013, 2020 International Business Machines Corp. and others
Licensed under the Apache License, Version 2.0