IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.testgen.core.configuration
Class TestGeneratorPriorityConfiguration

java.lang.Object
  extended by com.ibm.rational.test.lt.recorder.core.property.AbstractConfiguration
      extended by com.ibm.rational.test.lt.testgen.core.configuration.TestGeneratorPriorityConfiguration
All Implemented Interfaces:
Serializable, Cloneable

public class TestGeneratorPriorityConfiguration
extends AbstractConfiguration

See Also:
Serialized Form

Field Summary
static String ORDER_PRIORITY
           
 
Fields inherited from class com.ibm.rational.test.lt.recorder.core.property.AbstractConfiguration
properties
 
Constructor Summary
TestGeneratorPriorityConfiguration()
           
 
Method Summary
protected  void addChildConfiguration(AbstractConfiguration config, String operandName)
           
 TestGeneratorPriorityConfiguration clone()
           
protected  String getElementName()
           
protected  String getNamespace()
           
protected  String getPreferedPrefix()
           
protected  String getProtocol()
           
 com.ibm.rational.test.lt.recorder.core.config.PacketTesterConfiguration getTesterConfiguration()
           
 List<TestGeneratorConfiguration> getTestGenerators()
           
 void setTesterConfiguration(com.ibm.rational.test.lt.recorder.core.config.PacketTesterConfiguration testerConfiguration)
           
protected  void writeChildConfigurations(javax.xml.stream.XMLStreamWriter writer)
           
 
Methods inherited from class com.ibm.rational.test.lt.recorder.core.property.AbstractConfiguration
afterXmlDeserialization, assignUniqueIds, beforeXmlSerialization, cloneProperties, get, getBoolean, getData, getEnum, getInteger, getList, getMap, getObfuscatedList, getObfuscatedString, getPreferedIdPrefixForChild, getString, getString, isOperand, loadAttributes, remove, saveDataToAttachment, serialize, setBoolean, setData, setData, setEnum, setInteger, setList, setMap, setObfuscatedList, setObfuscatedString, setString, toString, write, write, write, writeAttributes, writeChildConfiguration, writeChildConfigurations
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ORDER_PRIORITY

public static final String ORDER_PRIORITY
See Also:
Constant Field Values
Constructor Detail

TestGeneratorPriorityConfiguration

public TestGeneratorPriorityConfiguration()
Method Detail

clone

public TestGeneratorPriorityConfiguration clone()
Specified by:
clone in class AbstractConfiguration

getElementName

protected String getElementName()
Specified by:
getElementName in class AbstractConfiguration

getNamespace

protected String getNamespace()
Specified by:
getNamespace in class AbstractConfiguration

getProtocol

protected String getProtocol()
Specified by:
getProtocol in class AbstractConfiguration

getPreferedPrefix

protected String getPreferedPrefix()
Specified by:
getPreferedPrefix in class AbstractConfiguration

getTestGenerators

public List<TestGeneratorConfiguration> getTestGenerators()

getTesterConfiguration

public com.ibm.rational.test.lt.recorder.core.config.PacketTesterConfiguration getTesterConfiguration()

setTesterConfiguration

public void setTesterConfiguration(com.ibm.rational.test.lt.recorder.core.config.PacketTesterConfiguration testerConfiguration)

addChildConfiguration

protected void addChildConfiguration(AbstractConfiguration config,
                                     String operandName)
                              throws InvalidConfigurationException
Overrides:
addChildConfiguration in class AbstractConfiguration
Throws:
InvalidConfigurationException

writeChildConfigurations

protected void writeChildConfigurations(javax.xml.stream.XMLStreamWriter writer)
                                 throws javax.xml.stream.XMLStreamException
Overrides:
writeChildConfigurations in class AbstractConfiguration
Throws:
javax.xml.stream.XMLStreamException

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.