org.springframework.batch.repeat.support
Interface RepeatInternalState

All Known Implementing Classes:
RepeatInternalStateSupport

public interface RepeatInternalState

Internal interface for extensions of RepeatTemplate.

Author:
Dave Syer

Method Summary
 Collection<Throwable> getThrowables()
          Returns a mutable collection of exceptions that have occurred in the current repeat context.
 

Method Detail

getThrowables

Collection<Throwable> getThrowables()
Returns a mutable collection of exceptions that have occurred in the current repeat context. Clients are expected to mutate this collection.

Returns:
the collection of exceptions being accumulated


Copyright © 2013 SpringSource. All Rights Reserved.