org.springframework.batch.repeat.support
Class RepeatInternalStateSupport
java.lang.Object
org.springframework.batch.repeat.support.RepeatInternalStateSupport
- All Implemented Interfaces:
- RepeatInternalState
public class RepeatInternalStateSupport
- extends Object
- implements RepeatInternalState
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepeatInternalStateSupport
public RepeatInternalStateSupport()
getThrowables
public Collection<Throwable> getThrowables()
- Description copied from interface:
RepeatInternalState
- Returns a mutable collection of exceptions that have occurred in the
current repeat context. Clients are expected to mutate this collection.
- Specified by:
getThrowables
in interface RepeatInternalState
- Returns:
- the collection of exceptions being accumulated
Copyright © 2013 SpringSource. All Rights Reserved.