org.springframework.batch.integration.chunk
Class ChunkRequest

java.lang.Object
  extended by org.springframework.batch.integration.chunk.ChunkRequest
All Implemented Interfaces:
Serializable

public class ChunkRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ChunkRequest(Collection<Object> items, Long jobId, int skipCount)
           
 
Method Summary
 Collection<Object> getItems()
           
 Long getJobId()
           
 int getSkipCount()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChunkRequest

public ChunkRequest(Collection<Object> items,
                    Long jobId,
                    int skipCount)
Method Detail

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.