Package org.apache.activemq.jms.pool
Class ConnectionKey
- java.lang.Object
-
- org.apache.activemq.jms.pool.ConnectionKey
-
public class ConnectionKey extends Object
A cache key for the connection details
-
-
Constructor Summary
Constructors Constructor Description ConnectionKey(String userName, String password)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object that)
boolean
equals(ConnectionKey that)
String
getPassword()
String
getUserName()
int
hashCode()
static boolean
isEqual(Object o1, Object o2)
-
-
-
Method Detail
-
equals
public boolean equals(ConnectionKey that)
-
getPassword
public String getPassword()
-
getUserName
public String getUserName()
-
-