Apache JMeter
1.9

org.apache.jmeter.protocol.jdbc.config
Class PoolConfig

java.lang.Object
  |
  +--org.apache.jmeter.testelement.AbstractTestElement
        |
        +--org.apache.jmeter.config.ConfigTestElement
              |
              +--org.apache.jmeter.protocol.jdbc.config.PoolConfig
All Implemented Interfaces:
Cloneable, Serializable, TestElement

public class PoolConfig
extends ConfigTestElement
implements Serializable

Version:
$Revision: 1.3 $
Author:
Michael Stover
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.jmeter.config.ConfigTestElement
PASSWORD, USERNAME
 
Fields inherited from class org.apache.jmeter.testelement.AbstractTestElement
log
 
Fields inherited from interface org.apache.jmeter.testelement.TestElement
ENABLED, GUI_CLASS, NAME, TEST_CLASS
 
Constructor Summary
PoolConfig()
           
 
Method Summary
 int getMaxUse()
           
 int getNumConnections()
           
 void setMaxUse(int use)
           
 void setNumConnections(int conns)
           
 
Methods inherited from class org.apache.jmeter.config.ConfigTestElement
addTestElement
 
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement
addProperty, clear, clone, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, isRunningVersion, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, traverse, traverseCollection, traverseMap, traverseProperty
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolConfig

public PoolConfig()
Method Detail

getMaxUse

public int getMaxUse()

setMaxUse

public void setMaxUse(int use)

getNumConnections

public int getNumConnections()

setNumConnections

public void setNumConnections(int conns)

Apache JMeter
1.9

Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.