Uses of Class
com.ibm.jbatch.jsl.model.CheckpointAlgorithm

Packages that use CheckpointAlgorithm
com.ibm.jbatch.container.modelresolver.impl   
com.ibm.jbatch.jsl.model   
 

Uses of CheckpointAlgorithm in com.ibm.jbatch.container.modelresolver.impl
 

Methods in com.ibm.jbatch.container.modelresolver.impl that return CheckpointAlgorithm
 CheckpointAlgorithm CheckpointAlgorithmPropertyResolverImpl.substituteProperties(CheckpointAlgorithm checkpointalgorithm, Properties submittedProps, Properties parentProps)
           
 

Methods in com.ibm.jbatch.container.modelresolver.impl with parameters of type CheckpointAlgorithm
 CheckpointAlgorithm CheckpointAlgorithmPropertyResolverImpl.substituteProperties(CheckpointAlgorithm checkpointalgorithm, Properties submittedProps, Properties parentProps)
           
 

Uses of CheckpointAlgorithm in com.ibm.jbatch.jsl.model
 

Fields in com.ibm.jbatch.jsl.model declared as CheckpointAlgorithm
protected  CheckpointAlgorithm Chunk.checkpointAlgorithm
           
 

Methods in com.ibm.jbatch.jsl.model that return CheckpointAlgorithm
 CheckpointAlgorithm ObjectFactory.createCheckpointAlgorithm()
          Create an instance of CheckpointAlgorithm
 CheckpointAlgorithm Chunk.getCheckpointAlgorithm()
          Gets the value of the checkpointAlgorithm property.
 

Methods in com.ibm.jbatch.jsl.model with parameters of type CheckpointAlgorithm
 void Chunk.setCheckpointAlgorithm(CheckpointAlgorithm value)
          Sets the value of the checkpointAlgorithm property.
 



Copyright © 2013. All Rights Reserved.