Apache JMeter
2.0.1.20050615

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

java.lang.Object
  extended byorg.apache.jmeter.protocol.jdbc.util.DBKey
All Implemented Interfaces:
Serializable

public class DBKey
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DBKey()
           
DBKey(String driver, String url, String username, String password)
           
 
Method Summary
 boolean equals(Object o2)
          Determines if the two DBKey objects have the same property values.
 String getDriver()
           
 String getPassword()
           
 String getUrl()
           
 String getUsername()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBKey

public DBKey(String driver,
             String url,
             String username,
             String password)

DBKey

public DBKey()
Method Detail

getUrl

public String getUrl()

getUsername

public String getUsername()

getPassword

public String getPassword()

getDriver

public String getDriver()

equals

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

Parameters:
o2 - DBKey to compare with this one.
Returns:
bool True if equal, false otherwise.

hashCode

public int hashCode()

toString

public String toString()

Apache JMeter
2.0.1.20050615

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