org.springframework.batch.repeat.support
Class RepeatInternalStateSupport

java.lang.Object
  extended by org.springframework.batch.repeat.support.RepeatInternalStateSupport
All Implemented Interfaces:
RepeatInternalState

public class RepeatInternalStateSupport
extends Object
implements RepeatInternalState


Constructor Summary
RepeatInternalStateSupport()
           
 
Method Summary
 Collection getThrowables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatInternalStateSupport

public RepeatInternalStateSupport()
Method Detail

getThrowables

public Collection getThrowables()
Specified by:
getThrowables in interface RepeatInternalState


Copyright © 2008 SpringSource. All Rights Reserved.