Apache CXF API

org.apache.cxf.clustering
Class FailoverTargetSelector.InvocationKey

java.lang.Object
  extended by org.apache.cxf.clustering.FailoverTargetSelector.InvocationKey
Enclosing class:
FailoverTargetSelector

protected static class FailoverTargetSelector.InvocationKey
extends Object

Used to wrap an Exchange for usage as a Map key. The raw Exchange is not a suitable key type, as the hashCode is computed from its current contents, which may obviously change over the lifetime of an invocation.


Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

Apache CXF API

Apache CXF