com.reuters.msgtest.load.config
Class LoadStimulus
java.lang.Object
com.reuters.msgtest.load.config.LoadStimulus
- All Implemented Interfaces:
- ValueLoopHandler
- public class LoadStimulus
- extends java.lang.Object
- implements ValueLoopHandler
- Author:
- Michael Ward
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadStimulus
public LoadStimulus()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getNumberOfMsgs
public int getNumberOfMsgs()
setNumberOfMsgs
public void setNumberOfMsgs(java.lang.String numberOfMsgs)
addIntValueLoop
public void addIntValueLoop(IntValueLoopHandler intValueLoop)
- Specified by:
addIntValueLoop
in interface ValueLoopHandler
getIntValueLoopList
public java.util.List getIntValueLoopList()
addDelimListValueLoop
public void addDelimListValueLoop(DelimListValueLoopHandler delimListValueLoop)
- Specified by:
addDelimListValueLoop
in interface ValueLoopHandler
getDelimListValueLoopList
public java.util.List getDelimListValueLoopList()
addValueSet
public void addValueSet(ValueSet valueSet)
getValueSetList
public java.util.List getValueSetList()
addKeyField
public void addKeyField(KeyField keyField)
getKeyFieldList
public java.util.List getKeyFieldList()
getMsgDelay
public int getMsgDelay()
setMsgDelay
public void setMsgDelay(java.lang.String msgDelay)
getTestDelay
public int getTestDelay()
setTestDelay
public void setTestDelay(java.lang.String testDelay)
getCustomLoadStimulus
public CustomLoadStimulus getCustomLoadStimulus()
setCustomLoadStimulus
public void setCustomLoadStimulus(CustomLoadStimulus customLoadStimulus)
isCustomLoadStimulus
public boolean isCustomLoadStimulus()
Copyright © 2002-2004 The RVTest Team. All Rights Reserved.