public class JVMArgConfiguration extends Object implements TestConfiguration
TestConfiguration.MessageType
EOS, SEQUENCE_NUMBER, TIMESTAMP
Constructor and Description |
---|
JVMArgConfiguration() |
Modifier and Type | Method and Description |
---|---|
javax.jms.Connection |
createConnection() |
int |
getAckFrequency() |
int |
getAckMode() |
String |
getAddress() |
int |
getConnectionCount() |
DecimalFormat |
getDecimalFormat() |
String |
getHost() |
String |
getMessageType() |
int |
getMsgCount() |
int |
getMsgSize() |
int |
getPort() |
int |
getPriority() |
int |
getRandomMsgSizeStartFrom() |
String |
getReadyAddress() |
int |
getRollbackFrequency() |
int |
getSendEOS() |
int |
getSendRate() |
long |
getTimeout() |
int |
getTransactionSize() |
long |
getTTL() |
String |
getUrl() |
int |
getWarmupCount() |
boolean |
isCacheMessage() |
boolean |
isDisableMessageID() |
boolean |
isDisableTimestamp() |
boolean |
isDurable() |
boolean |
isExternalController() |
boolean |
isPrintContent() |
boolean |
isPrintHeaders() |
boolean |
isPrintStdDev() |
boolean |
isRandomMsgSize() |
boolean |
isReportHeader() |
boolean |
isReportTotal() |
boolean |
isTransacted() |
boolean |
isUseUniqueDests() |
int |
reportEvery() |
void |
setAddress(String addr) |
public String getUrl()
getUrl
in interface TestConfiguration
public String getHost()
getHost
in interface TestConfiguration
public int getPort()
getPort
in interface TestConfiguration
public String getAddress()
getAddress
in interface TestConfiguration
public long getTimeout()
getTimeout
in interface TestConfiguration
public int getAckMode()
getAckMode
in interface TestConfiguration
public int getMsgCount()
getMsgCount
in interface TestConfiguration
public int getMsgSize()
getMsgSize
in interface TestConfiguration
public int getRandomMsgSizeStartFrom()
getRandomMsgSizeStartFrom
in interface TestConfiguration
public boolean isDurable()
isDurable
in interface TestConfiguration
public boolean isTransacted()
isTransacted
in interface TestConfiguration
public int getTransactionSize()
getTransactionSize
in interface TestConfiguration
public int getWarmupCount()
getWarmupCount
in interface TestConfiguration
public boolean isCacheMessage()
isCacheMessage
in interface TestConfiguration
public boolean isDisableMessageID()
isDisableMessageID
in interface TestConfiguration
public boolean isDisableTimestamp()
isDisableTimestamp
in interface TestConfiguration
public boolean isRandomMsgSize()
isRandomMsgSize
in interface TestConfiguration
public String getMessageType()
getMessageType
in interface TestConfiguration
public boolean isPrintStdDev()
isPrintStdDev
in interface TestConfiguration
public int getSendRate()
getSendRate
in interface TestConfiguration
public boolean isExternalController()
isExternalController
in interface TestConfiguration
public void setAddress(String addr)
public boolean isUseUniqueDests()
isUseUniqueDests
in interface TestConfiguration
public int getAckFrequency()
getAckFrequency
in interface TestConfiguration
public javax.jms.Connection createConnection() throws Exception
createConnection
in interface TestConfiguration
Exception
public DecimalFormat getDecimalFormat()
getDecimalFormat
in interface TestConfiguration
public int reportEvery()
reportEvery
in interface TestConfiguration
public boolean isReportTotal()
isReportTotal
in interface TestConfiguration
public boolean isReportHeader()
isReportHeader
in interface TestConfiguration
public int getSendEOS()
getSendEOS
in interface TestConfiguration
public int getConnectionCount()
getConnectionCount
in interface TestConfiguration
public int getRollbackFrequency()
getRollbackFrequency
in interface TestConfiguration
public boolean isPrintHeaders()
isPrintHeaders
in interface TestConfiguration
public boolean isPrintContent()
isPrintContent
in interface TestConfiguration
public long getTTL()
getTTL
in interface TestConfiguration
public int getPriority()
getPriority
in interface TestConfiguration
public String getReadyAddress()
getReadyAddress
in interface TestConfiguration
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.