com.sun.xml.ws.commons.ha
Class StickyKey
java.lang.Object
com.sun.xml.ws.commons.ha.StickyKey
- All Implemented Interfaces:
- java.io.Serializable, org.glassfish.ha.store.api.HashableKey
public class StickyKey
- extends java.lang.Object
- implements org.glassfish.ha.store.api.HashableKey, java.io.Serializable
- Author:
- Marek Potociar (marek.potociar at sun.com)
- See Also:
- Serialized Form
|
Constructor Summary |
StickyKey(java.io.Serializable key)
|
StickyKey(java.io.Serializable key,
java.lang.String hashKey)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
StickyKey
public StickyKey(java.io.Serializable key,
java.lang.String hashKey)
StickyKey
public StickyKey(java.io.Serializable key)
getHashKey
public java.lang.String getHashKey()
- Specified by:
getHashKey in interface org.glassfish.ha.store.api.HashableKey
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.