IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.datacorrelation.execution.proto
Interface IProtoActionAdapter


public interface IProtoActionAdapter


Method Summary
 String getEncValue(String value, Object kact)
           
 com.ibm.rational.test.lt.datacorrelation.execution.DCString getPropString(String propName, Object kact, boolean harvest)
           
 

Method Detail

getEncValue

String getEncValue(String value,
                   Object kact)
Parameters:
value - - the value to encode
kact - - the action the encoded value will be put in
Returns:
- the encoded data string, can be null if encode errors were found.

getPropString

com.ibm.rational.test.lt.datacorrelation.execution.DCString getPropString(String propName,
                                                                          Object kact,
                                                                          boolean harvest)
Parameters:
propName - - the name of the property we want a string for
kact - - the action to get the string out of
harvest - - true if you want a harvest string, false if you want a substitution string.
Returns:
- the DCString that has the value of the property string

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.