Package org.messaginghub.pooled.jms.pool
Class PooledConnectionKey
- java.lang.Object
-
- org.messaginghub.pooled.jms.pool.PooledConnectionKey
-
public final class PooledConnectionKey extends Object
A cache key for the connection details
-
-
Constructor Summary
Constructors Constructor Description PooledConnectionKey(String userName, String password)Creates a new ConnectionKey using the supplied values.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetPassword()StringgetUserName()inthashCode()
-