Class PooledConnectionKey


  • public final class PooledConnectionKey
    extends Object
    A cache key for the connection details
    • Constructor Detail

      • PooledConnectionKey

        public PooledConnectionKey​(String userName,
                                   String password)
        Creates a new ConnectionKey using the supplied values.
        Parameters:
        userName - The user name that this key represents
        password - The password that this key represents
    • Method Detail

      • getPassword

        public String getPassword()
      • getUserName

        public String getUserName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object