| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
Method Summary | |
---|---|
public
boolean | initialize(com.ibm.wsspi.batch.xjcl.CheckpointAlgorithm)
Called by Batch Execution Environment to allow a Checkpoint algorithm to retrieve
properties defined for the algorithm in xJCL (eg: interval
for committing global transactions for a time base
checkpoint algorithm) and to do any other initialization
tasks.
|
public
String | getAlgorithmName()
|
public
boolean | ShouldCheckpointBeExecuted()
Called by Batch Execution Environment on each iteration of the batch loop to
determine if the global transaction under which the
processJobStep method is invoked should commit or not.
|
public
int | getRecommendedTimeOutValue()
Called by Batch Execution Environment to determine the timeout for global
transactions that it manages for the batch loop.
|
public
void | startCheckpoint()
Called by Batch Execution Environment when it starts a global transaction. This.
|
public
void | stopCheckpoint()
Called by Batch Execution Environment when it commits a global transaction. This.
|
Method Detail |
public boolean initialize( | CheckpointAlgorithm ckpt )
|
ckpt
-
the CheckpointAlgorithm information that is
specified in xJCL.
public String getAlgorithmName( | ) |
public boolean ShouldCheckpointBeExecuted( | ) |
public int getRecommendedTimeOutValue( | ) |
public void startCheckpoint( | ) |
public void stopCheckpoint( | ) |
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |