org.apache.cxf.clustering
Class FailoverTargetSelector.InvocationKey
java.lang.Object
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.
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
Apache CXF