Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.batch.repeat Classes and Interfaces - 34 results found.
NameDescriptionTypePackageFramework
CompletionPolicyInterface for batch completion policies, to enable batch operations tostrategise normal completion conditions.Interfaceorg.springframework.batch.repeatSpring Batch
CompletionPolicySupportVery simple base class for CompletionPolicy implementations.Classorg.springframework.batch.repeat.policySpring Batch
CompositeCompletionPolicyComposite policy that loops through a list of delegate policies and answerscalls by a consensus.Classorg.springframework.batch.repeat.policySpring Batch
CompositeExceptionHandlerComposiste ExceptionHandler that loops though a list of delegates.Classorg.springframework.batch.repeat.exceptionSpring Batch
CompositeRepeatListenerClassorg.springframework.batch.repeat.listenerSpring Batch
CountingCompletionPolicyAbstract base class for policies that need to count the number of occurrencesof some event (e.Classorg.springframework.batch.repeat.policySpring Batch
DefaultExceptionHandlerDefault implementation of ExceptionHandler - just re-throws the exception it encounters.Classorg.springframework.batch.repeat.exceptionSpring Batch
DefaultResultCompletionPolicyVery simple CompletionPolicy that bases its decision on the result ofa batch operation.Classorg.springframework.batch.repeat.policySpring Batch
ExceptionHandlerHandler to allow strategies for re-throwing exceptions.Interfaceorg.springframework.batch.repeat.exceptionSpring Batch
LogOrRethrowExceptionHandlerThe classifier determines whether to log the exception or rethrow it.Classorg.springframework.batch.repeat.exceptionSpring Batch
LogOrRethrowExceptionHandler .LevelLogging levels for the handler.Classorg.springframework.batch.repeat.exception.LogOrRethrowExceptionHandlerSpring Batch
NestedRepeatCallbackCallback that delegates to another callback, via a RepeatOperationsinstance.Classorg.springframework.batch.repeat.callbackSpring Batch
RepeatCallbackCallback interface for batch operations.Interfaceorg.springframework.batch.repeatSpring Batch
RepeatContextBase interface for context which controls the state and completion /termination of a batch step.Interfaceorg.springframework.batch.repeatSpring Batch
RepeatContextCounterHelper class for policies that need to count the number of occurrences ofsome event (e.Classorg.springframework.batch.repeat.contextSpring Batch
RepeatContextSupportClassorg.springframework.batch.repeat.contextSpring Batch
RepeatExceptionClassorg.springframework.batch.repeatSpring Batch
RepeatInternalStateInternal interface for extensions of RepeatTemplate.Interfaceorg.springframework.batch.repeat.supportSpring Batch
RepeatInternalStateSupportClassorg.springframework.batch.repeat.supportSpring Batch
RepeatListenerInterface for listeners to the batch process.Interfaceorg.springframework.batch.repeatSpring Batch
RepeatListenerSupportEmpty method implementation of RepeatListener.Classorg.springframework.batch.repeat.listenerSpring Batch
RepeatOperationsThe main interface providing access to batch operations.Interfaceorg.springframework.batch.repeatSpring Batch
RepeatOperationsInterceptorA MethodInterceptor that can be used to automatically repeat calls toa method on a service.Classorg.springframework.batch.repeat.interceptorSpring Batch
RepeatStatusClassorg.springframework.batch.repeatSpring Batch
RepeatSynchronizationManagerGlobal variable support for repeat clients.Classorg.springframework.batch.repeat.supportSpring Batch
RepeatTemplateSimple implementation and base class for batch templates implementingRepeatOperations.Classorg.springframework.batch.repeat.supportSpring Batch
ResultHolderResultQueueAn implementation of the ResultQueue that throttles the number ofexpected results, limiting it to a maximum at any given time.Classorg.springframework.batch.repeat.supportSpring Batch
RethrowOnThresholdExceptionHandlergiven type reach a threshold.Classorg.springframework.batch.repeat.exceptionSpring Batch
SimpleCompletionPolicyPolicy for terminating a batch after a fixed number of operations.Classorg.springframework.batch.repeat.policySpring Batch
SimpleLimitExceptionHandlerSimple implementation of exception handler which looks for given exceptiontypes.Classorg.springframework.batch.repeat.exceptionSpring Batch
SynchronizedAttributeAccessorAn AttributeAccessor that synchronizes on a mutex (not this) beforemodifying or accessing the underlying attributes.Classorg.springframework.batch.repeat.contextSpring Batch
TaskExecutorRepeatTemplateProvides RepeatOperations support including interceptors that can beused to modify or monitor the behaviour at run time.Classorg.springframework.batch.repeat.supportSpring Batch
ThrottleLimitResultQueueAn implementation of the ResultQueue that throttles the number ofexpected results, limiting it to a maximum at any given time.Classorg.springframework.batch.repeat.supportSpring Batch
TimeoutTerminationPolicyTermination policy that times out after a fixed period.Classorg.springframework.batch.repeat.policySpring Batch