org.activemq.pool
Class SessionKey
java.lang.Object
org.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()
equals
public boolean equals(java.lang.Object that)
equals
public boolean equals(SessionKey that)
isTransacted
public boolean isTransacted()
getAckMode
public int getAckMode()
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.