org.springframework.batch.repeat.policy
Class CountingCompletionPolicy.CountingBatchContext

java.lang.Object
  extended by org.springframework.batch.repeat.context.SynchronizedAttributeAccessor
      extended by org.springframework.batch.repeat.context.RepeatContextSupport
          extended by org.springframework.batch.repeat.policy.CountingCompletionPolicy.CountingBatchContext
All Implemented Interfaces:
RepeatContext, AttributeAccessor
Enclosing class:
CountingCompletionPolicy

protected class CountingCompletionPolicy.CountingBatchContext
extends RepeatContextSupport


Constructor Summary
CountingCompletionPolicy.CountingBatchContext(RepeatContext parent)
           
 
Method Summary
 RepeatContextCounter getCounter()
           
 
Methods inherited from class org.springframework.batch.repeat.context.RepeatContextSupport
close, getParent, getStartedCount, increment, isCompleteOnly, isTerminateOnly, registerDestructionCallback, setCompleteOnly, setTerminateOnly
 
Methods inherited from class org.springframework.batch.repeat.context.SynchronizedAttributeAccessor
attributeNames, equals, getAttribute, hasAttribute, hashCode, removeAttribute, setAttribute, setAttributeIfAbsent, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.springframework.core.AttributeAccessor
attributeNames, getAttribute, hasAttribute, removeAttribute, setAttribute
 

Constructor Detail

CountingCompletionPolicy.CountingBatchContext

public CountingCompletionPolicy.CountingBatchContext(RepeatContext parent)
Method Detail

getCounter

public RepeatContextCounter getCounter()


Copyright © 2013 SpringSource. All Rights Reserved.