public class SessionAttributeKey extends RemoteCacheKey<String> implements SessionAttributeKey
| Constructor and Description |
|---|
SessionAttributeKey(Map.Entry<String,UUID> entry) |
SessionAttributeKey(String id,
UUID attributeId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
UUID |
getAttributeId() |
int |
hashCode() |
String |
toString() |
getIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTogetIdpublic UUID getAttributeId()
getAttributeId in interface SessionAttributeKeypublic int hashCode()
hashCode in class RemoteCacheKey<String>public boolean equals(Object object)
equals in class RemoteCacheKey<String>public String toString()
toString in class RemoteCacheKey<String>Copyright © 2021 JBoss by Red Hat. All rights reserved.