org.springframework.batch.core.scope.context
Class ChunkContext
java.lang.Object
org.springframework.core.AttributeAccessorSupport
org.springframework.batch.core.scope.context.ChunkContext
- All Implemented Interfaces:
- java.io.Serializable, org.springframework.core.AttributeAccessor
public class ChunkContext
- extends org.springframework.core.AttributeAccessorSupport
- Author:
- Dave Syer
- See Also:
- Serialized Form
| Methods inherited from class org.springframework.core.AttributeAccessorSupport |
attributeNames, copyAttributesFrom, equals, getAttribute, hasAttribute, hashCode, removeAttribute, setAttribute |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ChunkContext
public ChunkContext(StepContext stepContext)
- Parameters:
stepContext - the current step context
getStepContext
public StepContext getStepContext()
- Returns:
- the current step context
isComplete
public boolean isComplete()
- Returns:
- true if there is no more processing to be done on this chunk
setComplete
public void setComplete()
- Setter for the flag to signal complete processing of a chunk.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2009. All Rights Reserved.