org.jencks.amqpool
Class SessionKey

java.lang.Object
  extended by org.jencks.amqpool.SessionKey

public class SessionKey
extends java.lang.Object

A cache key for the session details

Version:
$Revision: 171 $

Constructor Summary
SessionKey(boolean transacted, int ackMode)
           
 
Method Summary
 boolean equals(java.lang.Object that)
           
 boolean equals(SessionKey that)
           
 int getAckMode()
           
 int hashCode()
           
 boolean isTransacted()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionKey

public SessionKey(boolean transacted,
                  int ackMode)
Method Detail

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 © 2010 LogicBlaze, Inc.. All Rights Reserved.