org.activemq.pool
Class ConnectionKey
java.lang.Object
org.activemq.pool.ConnectionKey
- public class ConnectionKey
- extends java.lang.Object
A cache key for the connection details
- Version:
- $Revision: 1.1 $
Constructor Summary |
ConnectionKey(java.lang.String password,
java.lang.String userName)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ConnectionKey
public ConnectionKey(java.lang.String password,
java.lang.String userName)
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object that)
equals
public boolean equals(ConnectionKey that)
getPassword
public java.lang.String getPassword()
getUserName
public java.lang.String getUserName()
isEqual
public static boolean isEqual(java.lang.Object o1,
java.lang.Object o2)
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.