|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.plugins.perftest.scenario.CalltimeGenerator
org.rhq.plugins.perftest.scenario.ConfigurableCallTimeDataGenerator
public class ConfigurableCallTimeDataGenerator
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:on-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>
| Field Summary | |
|---|---|
protected Integer |
maxDuration
|
protected Integer |
maxMsgCount
|
protected Integer |
minDuration
|
protected Integer |
minMsgCount
|
protected Integer |
numberSubPaths
|
| Constructor Summary | |
|---|---|
ConfigurableCallTimeDataGenerator()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Integer maxDuration
protected Integer maxMsgCount
protected Integer minDuration
protected Integer minMsgCount
protected Integer numberSubPaths
| Constructor Detail |
|---|
public ConfigurableCallTimeDataGenerator()
| Method Detail |
|---|
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()
Integerpublic void setNumberSubPaths(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||