public class ConfigurableCallTimeDataGenerator extends CalltimeGenerator
Java class for ConfigurableCallTimeDataGenerator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfigurableCallTimeDataGenerator">
<complexContent>
<extension base="{urn:xmlns:jboss.org:rhq-perftest}calltimeGenerator">
<attribute name="maxDuration" type="{http://www.w3.org/2001/XMLSchema}int" default="100" />
<attribute name="maxMsgCount" type="{http://www.w3.org/2001/XMLSchema}int" default="1" />
<attribute name="minDuration" type="{http://www.w3.org/2001/XMLSchema}int" default="10" />
<attribute name="minMsgCount" type="{http://www.w3.org/2001/XMLSchema}int" default="1" />
<attribute name="numberSubPaths" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
maxDuration |
protected Integer |
maxMsgCount |
protected Integer |
minDuration |
protected Integer |
minMsgCount |
protected Integer |
numberSubPaths |
| Constructor and Description |
|---|
ConfigurableCallTimeDataGenerator() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxDuration()
Gets the value of the maxDuration property.
|
int |
getMaxMsgCount()
Gets the value of the maxMsgCount property.
|
int |
getMinDuration()
Gets the value of the minDuration property.
|
int |
getMinMsgCount()
Gets the value of the minMsgCount property.
|
int |
getNumberSubPaths()
Gets the value of the numberSubPaths property.
|
void |
setMaxDuration(Integer value)
Sets the value of the maxDuration property.
|
void |
setMaxMsgCount(Integer value)
Sets the value of the maxMsgCount property.
|
void |
setMinDuration(Integer value)
Sets the value of the minDuration property.
|
void |
setMinMsgCount(Integer value)
Sets the value of the minMsgCount property.
|
void |
setNumberSubPaths(Integer value)
Sets the value of the numberSubPaths property.
|
protected Integer maxDuration
protected Integer maxMsgCount
protected Integer minDuration
protected Integer minMsgCount
protected Integer numberSubPaths
public int getMaxDuration()
Integerpublic void setMaxDuration(Integer value)
value - allowed object is
Integerpublic int getMaxMsgCount()
Integerpublic void setMaxMsgCount(Integer value)
value - allowed object is
Integerpublic int getMinDuration()
Integerpublic void setMinDuration(Integer value)
value - allowed object is
Integerpublic int getMinMsgCount()
Integerpublic void setMinMsgCount(Integer value)
value - allowed object is
Integerpublic int getNumberSubPaths()
IntegerCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.