IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.wsspi.batch.xjcl
CheckpointAlgorithm

java.lang.Object
  |
  +--com.ibm.wsspi.batch.xjcl.CheckpointAlgorithm


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.

Field Summary
public  Stringname
          
public  Stringclassname
          
public  intnumofprops
          
public  Stringpropname
           The propname and propvalue arrays contain the names and values of the properties passed to the checkpoint algorithm in xJCL.
public  Stringpropvalue
          

Constructor Summary
CheckpointAlgorithm()
          

Inherited Methods

Methods inherited from java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

name

public 
  name

classname

public 
  classname

numofprops

public 
  numofprops

propname

public 
  propname
The propname and propvalue arrays contain the names and values of the properties passed to the checkpoint algorithm in xJCL.

propvalue

public 
  propvalue

Constructor Detail

CheckpointAlgorithm

public CheckpointAlgorithm( )


IBM WebSphere Extended Deployment (XD)TM
Release 6.0