com.ibm.batch.container.artifact.proxy
Class CheckpointAlgorithmProxy
java.lang.Object
com.ibm.batch.container.artifact.proxy.AbstractProxy
com.ibm.batch.container.artifact.proxy.CheckpointAlgorithmProxy
- All Implemented Interfaces:
- CheckpointAlgorithm
public class CheckpointAlgorithmProxy
- extends AbstractProxy
- implements CheckpointAlgorithm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckpointAlgorithmProxy
public CheckpointAlgorithmProxy(Object delegate,
List<Property> props)
getCheckpointTimeOut
public int getCheckpointTimeOut(int timeOut)
beginCheckpoint
public void beginCheckpoint()
endCheckpoint
public void endCheckpoint()
isReadyToCheckpointMethod
public boolean isReadyToCheckpointMethod()
getCheckpointType
public String getCheckpointType()
getCheckpointAlgorithmClassName
public String getCheckpointAlgorithmClassName()
isReadyToCheckpoint
public boolean isReadyToCheckpoint()
throws Exception
- Specified by:
isReadyToCheckpoint in interface CheckpointAlgorithm
- Throws:
Exception
setThreshold
public void setThreshold(int INthreshHold)
- Specified by:
setThreshold in interface CheckpointAlgorithm
setThresholds
public void setThresholds(int itemthreshold,
int timethreshold)
- Specified by:
setThresholds in interface CheckpointAlgorithm
Copyright © 2013. All Rights Reserved.