org.rhq.plugins.perftest.scenario
Class ConfigurableCallTimeDataGenerator

java.lang.Object
  extended by org.rhq.plugins.perftest.scenario.CalltimeGenerator
      extended by org.rhq.plugins.perftest.scenario.ConfigurableCallTimeDataGenerator

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>
 


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

maxDuration

protected Integer maxDuration

maxMsgCount

protected Integer maxMsgCount

minDuration

protected Integer minDuration

minMsgCount

protected Integer minMsgCount

numberSubPaths

protected Integer numberSubPaths
Constructor Detail

ConfigurableCallTimeDataGenerator

public ConfigurableCallTimeDataGenerator()
Method Detail

getMaxDuration

public int getMaxDuration()
Gets the value of the maxDuration property.

Returns:
possible object is Integer

setMaxDuration

public void setMaxDuration(Integer value)
Sets the value of the maxDuration property.

Parameters:
value - allowed object is Integer

getMaxMsgCount

public int getMaxMsgCount()
Gets the value of the maxMsgCount property.

Returns:
possible object is Integer

setMaxMsgCount

public void setMaxMsgCount(Integer value)
Sets the value of the maxMsgCount property.

Parameters:
value - allowed object is Integer

getMinDuration

public int getMinDuration()
Gets the value of the minDuration property.

Returns:
possible object is Integer

setMinDuration

public void setMinDuration(Integer value)
Sets the value of the minDuration property.

Parameters:
value - allowed object is Integer

getMinMsgCount

public int getMinMsgCount()
Gets the value of the minMsgCount property.

Returns:
possible object is Integer

setMinMsgCount

public void setMinMsgCount(Integer value)
Sets the value of the minMsgCount property.

Parameters:
value - allowed object is Integer

getNumberSubPaths

public int getNumberSubPaths()
Gets the value of the numberSubPaths property.

Returns:
possible object is Integer

setNumberSubPaths

public void setNumberSubPaths(Integer value)
Sets the value of the numberSubPaths property.

Parameters:
value - allowed object is Integer


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.