org.activemq.pool
Class ConnectionKey
java.lang.Object
org.activemq.pool.ConnectionKey
- public class ConnectionKey
- extends Object
A cache key for the connection details
- Version:
- $Revision: 1.1 $
ConnectionKey
public ConnectionKey(String password,
String userName)
hashCode
public int hashCode()
equals
public boolean equals(Object that)
equals
public boolean equals(ConnectionKey that)
getPassword
public String getPassword()
getUserName
public String getUserName()
isEqual
public static boolean isEqual(Object o1,
Object o2)
Copyright © 2004-2007 Protique, Ltd.. All Rights Reserved.