tapestry.ptr.impl
Class DirectMailStage.XactKey

java.lang.Object
  |
  +--tapestry.ptr.impl.DirectMailStage.XactKey
Enclosing class:
DirectMailStage

public class DirectMailStage.XactKey
extends Object

A msg that triggers the xactCache to be cleaned.


Field Summary
 int currentRadius
           
 SecureHash xactId
           
 
Constructor Summary
DirectMailStage.XactKey(SecureHash xactId, int currentRadius)
           
 
Method Summary
 int compareTo(Object o)
           
 boolean equals(Object other)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

xactId

public SecureHash xactId

currentRadius

public int currentRadius
Constructor Detail

DirectMailStage.XactKey

public DirectMailStage.XactKey(SecureHash xactId,
                               int currentRadius)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

compareTo

public int compareTo(Object o)
              throws ClassCastException
ClassCastException

toString

public String toString()
Overrides:
toString in class Object