org.springframework.batch.repeat.policy
Class CompositeCompletionPolicy.CompositeBatchContext

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.CompositeCompletionPolicy.CompositeBatchContext
All Implemented Interfaces:
RepeatContext, AttributeAccessor
Enclosing class:
CompositeCompletionPolicy

protected class CompositeCompletionPolicy.CompositeBatchContext
extends RepeatContextSupport

Composite context that knows about the policies and contexts is was created with.

Author:
Dave Syer

Constructor Summary
CompositeCompletionPolicy.CompositeBatchContext(RepeatContext context, List<RepeatContext> contexts)
           
 
Method Summary
 
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

CompositeCompletionPolicy.CompositeBatchContext

public CompositeCompletionPolicy.CompositeBatchContext(RepeatContext context,
                                                       List<RepeatContext> contexts)


Copyright © 2009 SpringSource. All Rights Reserved.