org.springframework.batch.integration.chunk
Class ChunkRequest
java.lang.Object
org.springframework.batch.integration.chunk.ChunkRequest
- All Implemented Interfaces:
- Serializable
public class ChunkRequest
- extends Object
- implements Serializable
- See Also:
- Serialized Form
ChunkRequest
public ChunkRequest(Collection<Object> items,
Long jobId,
int skipCount)
getSkipCount
public int getSkipCount()
getJobId
public Long getJobId()
getItems
public Collection<Object> getItems()
toString
public String toString()
- Overrides:
toString
in class Object
- See Also:
Object.toString()
Copyright © 2009 SpringSource. All Rights Reserved.