Class RetryWriter
java.lang.Object
jakarta.batch.api.chunk.AbstractItemWriter
com.ibm.jbatch.tck.artifacts.chunkartifacts.RetryWriter
- All Implemented Interfaces:
jakarta.batch.api.chunk.ItemWriter
@Named("retryWriter")
public class RetryWriter
extends jakarta.batch.api.chunk.AbstractItemWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
open
(Serializable cpd) void
writeItems
(List<Object> records) Methods inherited from class jakarta.batch.api.chunk.AbstractItemWriter
checkpointInfo, close
-
Field Details
-
dataSource
-
-
Constructor Details
-
RetryWriter
public RetryWriter()
-
-
Method Details
-
open
- Specified by:
open
in interfacejakarta.batch.api.chunk.ItemWriter
- Overrides:
open
in classjakarta.batch.api.chunk.AbstractItemWriter
- Throws:
NamingException
-
writeItems
- Specified by:
writeItems
in interfacejakarta.batch.api.chunk.ItemWriter
- Specified by:
writeItems
in classjakarta.batch.api.chunk.AbstractItemWriter
- Throws:
Exception
-