| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
Method Summary | |
---|---|
public
boolean | initialize(com.ibm.wsspi.batch.xjcl.ResultsAlgorithm)
Called by Batch Execution Environment to initialize the Results Algorithm. The com.ibm.wsspi.batch.xjcl.ResultsAlgorithm object.
|
public
String | getalgorithmName()
|
public
int | fireResultsAlgorithms(java.lang.String, java.lang.String, int, int)
Called by Batch Execution Environment at the end of the batch step to which the results algorihtm is applied..
|
Method Detail |
public boolean initialize( | ResultsAlgorithm result )
|
result
-
The ResultsAlgorithm configuration data from xJCL
public String getalgorithmName( | ) |
public int fireResultsAlgorithms( | String jobid , | String stepname ,
| int steprc ,
| int jobrc )
|
jobid
-
The id of the job.
stepname
-
The name of step.
steprc
-
The return code of the batch step for which this algorithm is being fired.
jobrc
-
The current return code of the batch job
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |