com.sun.xml.ws.commons.ha
Class StickyKey
java.lang.Object
com.sun.xml.ws.commons.ha.StickyKey
- All Implemented Interfaces:
- Serializable, HashableKey
public class StickyKey
- extends Object
- implements HashableKey, Serializable
- Author:
- Marek Potociar (marek.potociar at sun.com)
- See Also:
- Serialized Form
StickyKey
public StickyKey(Serializable key,
String hashKey)
StickyKey
public StickyKey(Serializable key)
getHashKey
public String getHashKey()
- Specified by:
getHashKey in interface HashableKey
equals
public boolean equals(Object that)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.