org.apache.qpid.tools
Class TestParams

java.lang.Object
  extended by org.apache.qpid.tools.TestParams

public class TestParams
extends Object


Constructor Summary
TestParams()
           
 
Method Summary
 int getAckMode()
           
 String getConnectionFactory()
           
 String getDurableDestination()
           
 String getInitialContextFactory()
           
 int getMsgCount()
           
 int getMsgSize()
           
 int getMsgType()
           
 String getProviderURL()
           
 int getTransactionSize()
           
 String getTransientDestination()
           
 int getWarmupCount()
           
 boolean isCacheMessage()
           
 boolean isDisableMessageID()
           
 boolean isDisableTimestamp()
           
 boolean isDurable()
           
 boolean isRandomMsgSize()
           
 boolean isTransacted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestParams

public TestParams()
Method Detail

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