IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.recorder.core.config
Class RecorderClientBindingConfiguration

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

public class RecorderClientBindingConfiguration
extends AbstractConfiguration

A recorder-client binding configuration establishes a link between a recorder configuration and a client configuration. This link means that the recorder instantiated from the recorder configuration will capture traffic generated by the client instantiated from the client configuration.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.rational.test.lt.recorder.core.property.AbstractConfiguration
properties
 
Constructor Summary
RecorderClientBindingConfiguration(ClientConfiguration clientConfiguration, RecorderConfiguration recorderConfiguration)
           
 
Method Summary
 RecorderClientBindingConfiguration clone()
           
 ClientConfiguration getClientConfiguration()
           
protected  String getElementName()
           
protected  String getNamespace()
           
protected  String getPreferedPrefix()
           
protected  String getProtocol()
           
 RecorderConfiguration getRecorderConfiguration()
           
 
Methods inherited from class com.ibm.rational.test.lt.recorder.core.property.AbstractConfiguration
addChildConfiguration, 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, writeChildConfigurations
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecorderClientBindingConfiguration

public RecorderClientBindingConfiguration(ClientConfiguration clientConfiguration,
                                          RecorderConfiguration recorderConfiguration)
Method Detail

getClientConfiguration

public final ClientConfiguration getClientConfiguration()

getRecorderConfiguration

public final RecorderConfiguration getRecorderConfiguration()

clone

public RecorderClientBindingConfiguration 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

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.