org.springframework.batch.integration.chunk
Class ChunkResponse

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

public class ChunkResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ChunkResponse(ExitStatus exitStatus, Long jobId, int skipCount)
           
 
Method Summary
 ExitStatus getExitStatus()
           
 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

ChunkResponse

public ChunkResponse(ExitStatus exitStatus,
                     Long jobId,
                     int skipCount)
Method Detail

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.