org.apache.activemq.pool
Class SessionKey
java.lang.Object
org.apache.activemq.pool.SessionKey
public class SessionKey
- extends java.lang.Object
A cache key for the session details
- Version:
- $Revision: 1.1 $
Constructor Summary |
SessionKey(boolean transacted,
int ackMode)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SessionKey
public SessionKey(boolean transacted,
int ackMode)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in class java.lang.Object
equals
public boolean equals(SessionKey that)
isTransacted
public boolean isTransacted()
getAckMode
public int getAckMode()
Copyright © 2009 Apache Software Foundation. All Rights Reserved.