org.apache.qpid.tools
Class TestParams
java.lang.Object
org.apache.qpid.tools.TestParams
public class TestParams
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestParams
public TestParams()
getAckMode
public int getAckMode()
getConnectionFactory
public String getConnectionFactory()
getTransientDestination
public String getTransientDestination()
getDurableDestination
public String getDurableDestination()
getInitialContextFactory
public String getInitialContextFactory()
getMsgCount
public int getMsgCount()
getMsgSize
public int getMsgSize()
getMsgType
public int getMsgType()
isDurable
public boolean isDurable()
getProviderURL
public String getProviderURL()
isTransacted
public boolean isTransacted()
getTransactionSize
public int getTransactionSize()
getWarmupCount
public int getWarmupCount()
isCacheMessage
public boolean isCacheMessage()
isDisableMessageID
public boolean isDisableMessageID()
isDisableTimestamp
public boolean isDisableTimestamp()
isRandomMsgSize
public boolean isRandomMsgSize()
Licensed to the Apache Software Foundation