com.ibm.wsspi.batch.xjcl
Class ResultsAlgorithm
java.lang.Object
com.ibm.wsspi.batch.xjcl.ResultsAlgorithm
- All Implemented Interfaces:
- java.io.Serializable
public class ResultsAlgorithm
- extends java.lang.Object
- implements java.io.Serializable
This class represents the Results Algorithm configuration specified in xJCL of a batch job. A ResultsAlgorithm object is made
available to Results Algorithms upon initialization so they can retrieve properties specified in xJCL.
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
classname
|
java.lang.String |
name
|
int |
numofprops
|
java.lang.String[] |
propname
The propname and propvalue arrays contain the names and values of the properties passed to the results algorithm in xJCL. |
java.lang.String[] |
propvalue
|
java.lang.String |
required
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
classname
public java.lang.String classname
required
public java.lang.String required
numofprops
public int numofprops
propname
public java.lang.String[] propname
- The propname and propvalue arrays contain the names and values of the properties passed to the results algorithm in xJCL.
propvalue
public java.lang.String[] propvalue
ResultsAlgorithm
public ResultsAlgorithm()