A  C  F  G  I  M  N  P  R  S 

A

applyPowerToBlade(String, String, String, int, boolean) - Method in class com.ibm.xd.ws.bladecenter.ManageBladeCenter
 

C

CheckpointAlgorithm - Class com.ibm.wsspi.batch.xjcl.CheckpointAlgorithm
 This class represents the Checkpoint algorithm configuration specified in xJCL of a batch job.
CheckpointAlgorithm() - Constructor in class com.ibm.wsspi.batch.xjcl.CheckpointAlgorithm
 
CheckpointPolicyAlgorithm - Interface com.ibm.wsspi.batch.CheckpointPolicyAlgorithm
 CheckPointPolicy algorithms determine when a Batch Execution Environment commits the global transaction when it is invoking the Batch Step Bean by calling the Step Bean's processJobStep method in a batch loop.
classname - public variable in com.ibm.wsspi.batch.xjcl.CheckpointAlgorithm
 
classname - public variable in com.ibm.wsspi.batch.xjcl.CheckpointAlgorithm
 
classname - public variable in com.ibm.wsspi.batch.xjcl.ResultsAlgorithm
 
classname - public variable in com.ibm.wsspi.batch.xjcl.ResultsAlgorithm
 

F

fireResultsAlgorithms(String, String, int, int) - Method in class com.ibm.wsspi.batch.ResultsAlgorithm
 Called by Batch Execution Environment at the end of the batch step to which the results algorihtm is applied.

G

getalgorithmName() - Method in class com.ibm.wsspi.batch.ResultsAlgorithm
 Returns algorithm name
getAlgorithmName() - Method in class com.ibm.wsspi.batch.CheckpointPolicyAlgorithm
 Returns the name of checkpoint algorithm
getRecommendedTimeOutValue() - Method in class com.ibm.wsspi.batch.CheckpointPolicyAlgorithm
 Called by Batch Execution Environment to determine the timeout for global transactions that it manages for the batch loop.

I

initialize(CheckpointAlgorithm) - Method in class com.ibm.wsspi.batch.CheckpointPolicyAlgorithm
 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.
initialize(ResultsAlgorithm) - Method in class com.ibm.wsspi.batch.ResultsAlgorithm
 Called by Batch Execution Environment to initialize the Results Algorithm.

M

ManageBladeCenter - Class com.ibm.xd.ws.bladecenter.ManageBladeCenter
 This class, when configured in the CoreGroup properties, will disable the node if quorum detection determines the cluster set has lost quorum.
ManageBladeCenter() - Constructor in class com.ibm.xd.ws.bladecenter.ManageBladeCenter
 

N

name - public variable in com.ibm.wsspi.batch.xjcl.CheckpointAlgorithm
 
name - public variable in com.ibm.wsspi.batch.xjcl.CheckpointAlgorithm
 
name - public variable in com.ibm.wsspi.batch.xjcl.ResultsAlgorithm
 
name - public variable in com.ibm.wsspi.batch.xjcl.ResultsAlgorithm
 
numofprops - public variable in com.ibm.wsspi.batch.xjcl.CheckpointAlgorithm
 
numofprops - public variable in com.ibm.wsspi.batch.xjcl.CheckpointAlgorithm
 
numofprops - public variable in com.ibm.wsspi.batch.xjcl.ResultsAlgorithm
 
numofprops - public variable in com.ibm.wsspi.batch.xjcl.ResultsAlgorithm
 

P

propname - public variable in com.ibm.wsspi.batch.xjcl.CheckpointAlgorithm
 The propname and propvalue arrays contain the names and values of the properties passed to the checkpoint algorithm in xJCL.
propname - public variable in com.ibm.wsspi.batch.xjcl.CheckpointAlgorithm
 The propname and propvalue arrays contain the names and values of the properties passed to the checkpoint algorithm in xJCL.
propname - public variable in com.ibm.wsspi.batch.xjcl.ResultsAlgorithm
 The propname and propvalue arrays contain the names and values of the properties passed to the results algorithm in xJCL.
propname - public variable in com.ibm.wsspi.batch.xjcl.ResultsAlgorithm
 The propname and propvalue arrays contain the names and values of the properties passed to the results algorithm in xJCL.
propvalue - public variable in com.ibm.wsspi.batch.xjcl.CheckpointAlgorithm
 
propvalue - public variable in com.ibm.wsspi.batch.xjcl.CheckpointAlgorithm
 
propvalue - public variable in com.ibm.wsspi.batch.xjcl.ResultsAlgorithm
 
propvalue - public variable in com.ibm.wsspi.batch.xjcl.ResultsAlgorithm
 
powerDown(String, CoreStackPropertyProvider) - Method in class com.ibm.xd.ws.bladecenter.ManageBladeCenter
 

R

required - public variable in com.ibm.wsspi.batch.xjcl.ResultsAlgorithm
 
required - public variable in com.ibm.wsspi.batch.xjcl.ResultsAlgorithm
 
ResultsAlgorithm - Interface com.ibm.wsspi.batch.ResultsAlgorithm
 Results Algorithms are an optional feature of the batch programming model.
ResultsAlgorithm - Class com.ibm.wsspi.batch.xjcl.ResultsAlgorithm
 This class represents the Results Algorithm configuration specified in xJCL of a batch job.
ResultsAlgorithm() - Constructor in class com.ibm.wsspi.batch.xjcl.ResultsAlgorithm
 

S

ShouldCheckpointBeExecuted() - Method in class com.ibm.wsspi.batch.CheckpointPolicyAlgorithm
 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.
startCheckpoint() - Method in class com.ibm.wsspi.batch.CheckpointPolicyAlgorithm
 Called by Batch Execution Environment when it starts a global transaction.
stopCheckpoint() - Method in class com.ibm.wsspi.batch.CheckpointPolicyAlgorithm
 Called by Batch Execution Environment when it commits a global transaction.