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
-
-
Field Summary
Fields Modifier and Type Field Description protected String
clientPrefix
static String
DEST_DISTRO_ALL
static String
DEST_DISTRO_DIVIDE
static String
DEST_DISTRO_EQUAL
protected String
destDistro
protected int
numClients
protected File
propsConfigFile
static String
REPORT_VERBOSE
static String
REPORT_XML_FILE
protected String
reportDir
protected String
reportName
protected String
reportType
static String
SAMPLER_CPU
static String
SAMPLER_TP
protected String
samplers
protected String
spiClass
protected int
totalDests
-
Constructor Summary
Constructors Constructor Description JmsClientSystemProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientPrefix()
String
getDestDistro()
int
getNumClients()
String
getPropsConfigFile()
String
getReportDir()
String
getReportName()
String
getReportType()
String
getSamplers()
Set<String>
getSamplersSet()
String
getSpiClass()
int
getTotalDests()
void
setClientPrefix(String clientPrefix)
void
setDestDistro(String destDistro)
void
setNumClients(int numClients)
void
setPropsConfigFile(String propsConfigFile)
void
setReportDir(String reportDir)
void
setReportName(String reportName)
void
setReportType(String reportType)
void
setSamplers(String samplers)
void
setSpiClass(String spiClass)
void
setTotalDests(int totalDests)
-
Methods inherited from class org.apache.activemq.tool.properties.AbstractObjectProperties
acceptConfig, configureProperties, retrieveProperties
-
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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)
-
-