Apache JMeter
1.9

org.apache.jmeter.protocol.jdbc.util
Class DBKey

java.lang.Object
  |
  +--org.apache.jmeter.protocol.jdbc.util.DBKey
All Implemented Interfaces:
Serializable

public class DBKey
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DBKey()
           
 
Method Summary
 boolean equals(Object key)
          Determines if the two DBKey objects have the same property values.
 String getDriver()
           
 int getMaxConnections()
           
 int getMaxUsage()
           
 String getPassword()
           
 String getUrl()
           
 String getUsername()
           
 int hashCode()
           
 void setDriver(String newDriver)
           
 void setMaxConnections(int newMaxConnections)
           
 void setMaxUsage(int newMaxUsage)
           
 void setPassword(String newPassword)
           
 void setUrl(String newUrl)
           
 void setUsername(String newUsername)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBKey

public DBKey()
Method Detail

setUrl

public void setUrl(String newUrl)

getUrl

public String getUrl()

setUsername

public void setUsername(String newUsername)

getUsername

public String getUsername()

setPassword

public void setPassword(String newPassword)

getPassword

public String getPassword()

setDriver

public void setDriver(String newDriver)

getDriver

public String getDriver()

setMaxUsage

public void setMaxUsage(int newMaxUsage)

getMaxUsage

public int getMaxUsage()

setMaxConnections

public void setMaxConnections(int newMaxConnections)

getMaxConnections

public int getMaxConnections()

equals

public boolean equals(Object key)
Determines if the two DBKey objects have the same property values.

Overrides:
equals in class Object
Parameters:
key - DBKey to compare with this one.
Returns:
bool True if equal, false otherwise.

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Apache JMeter
1.9

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