Java org.springframework.batch.repeat RepeatContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.repeat RepeatContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.repeat RepeatContext.

The text is from its open source code.

Method

voidclose()
Allow resources to be cleared, especially in destruction callbacks.
RepeatContextgetParent()
If batches are nested, then the inner batch will be created with the outer one as a parent.
intgetStartedCount()
Public access to a counter for the number of operations attempted.
booleanhasAttribute(String name)
Return true if the attribute identified by name exists.
booleanisCompleteOnly()
Public accessor for the complete flag.
voidsetTerminateOnly()
Signal to the framework that the current batch should complete abnormally, independent of the current CompletionPolicy .