Package org.apache.activemq.jms.pool
Class SessionKey
- java.lang.Object
-
- org.apache.activemq.jms.pool.SessionKey
-
public class SessionKey extends Object
A cache key for the session details used to locate PooledSession intances.
-
-
Constructor Summary
Constructors Constructor Description SessionKey(boolean transacted, int ackMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)booleanequals(SessionKey that)intgetAckMode()inthashCode()booleanisTransacted()
-
-
-
Constructor Detail
-
SessionKey
public SessionKey(boolean transacted, int ackMode)
-
-
Method Detail
-
equals
public boolean equals(SessionKey that)
-
isTransacted
public boolean isTransacted()
-
getAckMode
public int getAckMode()
-
-