com.ibm.ws.batch.container.checkpoint
Class CheckpointManager

java.lang.Object
  extended by com.ibm.ws.batch.container.checkpoint.CheckpointManager

public class CheckpointManager
extends Object


Constructor Summary
CheckpointManager(ItemReaderProxy reader, ItemWriterProxy writer, CheckpointAlgorithm chkptAlg, int commitInterval, long executionId, long jobInstanceID, String stepId)
           
 
Method Summary
 boolean ApplyCheckPointPolicy()
           
 void beginCheckpoint()
           
 void beginCheckpoint(int timeoutVal)
           
 void checkpoint()
           
 void endCheckpoint()
           
 boolean isStarted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckpointManager

public CheckpointManager(ItemReaderProxy reader,
                         ItemWriterProxy writer,
                         CheckpointAlgorithm chkptAlg,
                         int commitInterval,
                         long executionId,
                         long jobInstanceID,
                         String stepId)
Method Detail

beginCheckpoint

public void beginCheckpoint(int timeoutVal)

beginCheckpoint

public void beginCheckpoint()

endCheckpoint

public void endCheckpoint()

ApplyCheckPointPolicy

public boolean ApplyCheckPointPolicy()

isStarted

public boolean isStarted()

checkpoint

public void checkpoint()


Copyright © 2013. All Rights Reserved.