IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.wsspi.batch.xjcl
ResultsAlgorithm

java.lang.Object
  |
  +--com.ibm.wsspi.batch.xjcl.ResultsAlgorithm


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.

Field Summary
public  Stringname
          
public  Stringclassname
          
public  Stringrequired
          
public  intnumofprops
          
public  Stringpropname
           The propname and propvalue arrays contain the names and values of the properties passed to the results algorithm in xJCL.
public  Stringpropvalue
          

Constructor Summary
ResultsAlgorithm()
          

Inherited Methods

Methods inherited from java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

name

public 
  name

classname

public 
  classname

required

public 
  required

numofprops

public 
  numofprops

propname

public 
  propname
The propname and propvalue arrays contain the names and values of the properties passed to the results algorithm in xJCL.

propvalue

public 
  propvalue

Constructor Detail

ResultsAlgorithm

public ResultsAlgorithm( )


IBM WebSphere Extended Deployment (XD)TM
Release 6.0