org.firebirdsql.pool

Class AbstractConnectionPool.UserPasswordPair

Enclosing Class:
AbstractConnectionPool

protected static class AbstractConnectionPool.UserPasswordPair
extends java.lang.Object

Structure class to store user name and password.

Constructor Summary

UserPasswordPair()
UserPasswordPair(String userName, String password)

Method Summary

boolean
equals(Object obj)
String
getPassword()
String
getUserName()
int
hashCode()

Constructor Details

UserPasswordPair

public UserPasswordPair()

UserPasswordPair

public UserPasswordPair(String userName,
                        String password)

Method Details

equals

public boolean equals(Object obj)

getPassword

public String getPassword()

getUserName

public String getUserName()

hashCode

public int hashCode()

Copyright B) 2001 David Jencks and other authors. All rights reserved.