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