com.ibm.wsspi.batch.xjcl
Class CheckpointAlgorithm
java.lang.Object
com.ibm.wsspi.batch.xjcl.CheckpointAlgorithm
- All Implemented Interfaces:
- java.io.Serializable
public class CheckpointAlgorithm
- extends java.lang.Object
- implements java.io.Serializable
This class represents the Checkpoint algorithm configuration specified in xJCL of a batch job. A CheckpointAlgorithm object is
made available to Checkpoint Algorithms upon initialization so they can retrieve checkpoint related properties specified in xJCL.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckpointAlgorithm
public CheckpointAlgorithm()
getProperties
public java.util.Properties getProperties()
setProperties
public void setProperties(java.util.Properties props)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getClassname
public java.lang.String getClassname()
setClassname
public void setClassname(java.lang.String classname)