com.ibm.wsspi.batch.xjcl
Class CheckpointAlgorithm

java.lang.Object
  extended by 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

Field Summary
 java.lang.String classname
           
 java.lang.String name
           
 int numofprops
           
 java.lang.String[] propname
          The propname and propvalue arrays contain the names and values of the properties passed to the checkpoint algorithm in xJCL.
 java.lang.String[] propvalue
           
 
Constructor Summary
CheckpointAlgorithm()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

classname

public java.lang.String classname

numofprops

public int numofprops

propname

public java.lang.String[] propname
The propname and propvalue arrays contain the names and values of the properties passed to the checkpoint algorithm in xJCL.


propvalue

public java.lang.String[] propvalue
Constructor Detail

CheckpointAlgorithm

public CheckpointAlgorithm()