com.ibm.jbatch.tck.artifacts.specialized
Class InventoryCheckpointAlgorithmNoOverride

java.lang.Object
  extended by javax.batch.api.AbstractCheckpointAlgorithm
      extended by com.ibm.jbatch.tck.artifacts.specialized.InventoryCheckpointAlgorithmNoOverride
All Implemented Interfaces:
CheckpointAlgorithm

@Named(value="inventoryCheckpointAlgorithmNoOverride")
public class InventoryCheckpointAlgorithmNoOverride
extends AbstractCheckpointAlgorithm


Constructor Summary
InventoryCheckpointAlgorithmNoOverride()
           
 
Method Summary
 boolean isReadyToCheckpoint()
           
 
Methods inherited from class javax.batch.api.AbstractCheckpointAlgorithm
beginCheckpoint, checkpointTimeout, endCheckpoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InventoryCheckpointAlgorithmNoOverride

public InventoryCheckpointAlgorithmNoOverride()
Method Detail

isReadyToCheckpoint

public boolean isReadyToCheckpoint()
                            throws Exception
Specified by:
isReadyToCheckpoint in interface CheckpointAlgorithm
Specified by:
isReadyToCheckpoint in class AbstractCheckpointAlgorithm
Throws:
Exception


Copyright © 2013. All Rights Reserved.