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 booleanequals(Object that)booleanequals(ConnectionKey that)StringgetPassword()StringgetUserName()inthashCode()static booleanisEqual(Object o1, Object o2)
-
-
-
Method Detail
-
equals
public boolean equals(ConnectionKey that)
-
getPassword
public String getPassword()
-
getUserName
public String getUserName()
-
-