org.apache.activemq.tool.properties
Class JmsClientSystemProperties
java.lang.Object
org.apache.activemq.tool.properties.AbstractObjectProperties
org.apache.activemq.tool.properties.JmsClientSystemProperties
- All Implemented Interfaces:
- ReflectionConfigurable
- Direct Known Subclasses:
- JmsConsumerSystemProperties, JmsProducerSystemProperties
public class JmsClientSystemProperties
- extends AbstractObjectProperties
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEST_DISTRO_ALL
public static final String DEST_DISTRO_ALL
- See Also:
- Constant Field Values
DEST_DISTRO_EQUAL
public static final String DEST_DISTRO_EQUAL
- See Also:
- Constant Field Values
DEST_DISTRO_DIVIDE
public static final String DEST_DISTRO_DIVIDE
- See Also:
- Constant Field Values
REPORT_VERBOSE
public static final String REPORT_VERBOSE
- See Also:
- Constant Field Values
REPORT_XML_FILE
public static final String REPORT_XML_FILE
- See Also:
- Constant Field Values
SAMPLER_TP
public static final String SAMPLER_TP
- See Also:
- Constant Field Values
SAMPLER_CPU
public static final String SAMPLER_CPU
- See Also:
- Constant Field Values
propsConfigFile
protected File propsConfigFile
reportType
protected String reportType
reportDir
protected String reportDir
reportName
protected String reportName
samplers
protected String samplers
spiClass
protected String spiClass
clientPrefix
protected String clientPrefix
numClients
protected int numClients
totalDests
protected int totalDests
destDistro
protected String destDistro
JmsClientSystemProperties
public JmsClientSystemProperties()
getReportType
public String getReportType()
setReportType
public void setReportType(String reportType)
getReportDir
public String getReportDir()
setReportDir
public void setReportDir(String reportDir)
getReportName
public String getReportName()
setReportName
public void setReportName(String reportName)
getSamplers
public String getSamplers()
setSamplers
public void setSamplers(String samplers)
getSpiClass
public String getSpiClass()
setSpiClass
public void setSpiClass(String spiClass)
getClientPrefix
public String getClientPrefix()
setClientPrefix
public void setClientPrefix(String clientPrefix)
getNumClients
public int getNumClients()
setNumClients
public void setNumClients(int numClients)
getTotalDests
public int getTotalDests()
setTotalDests
public void setTotalDests(int totalDests)
getDestDistro
public String getDestDistro()
setDestDistro
public void setDestDistro(String destDistro)
getPropsConfigFile
public String getPropsConfigFile()
setPropsConfigFile
public void setPropsConfigFile(String propsConfigFile)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.