Class SessionAttributeKey
- java.lang.Object
-
- org.wildfly.clustering.ee.infinispan.GroupedKey<String>
-
- org.wildfly.clustering.web.infinispan.session.fine.SessionAttributeKey
-
- All Implemented Interfaces:
Comparable<SessionAttributeKey>,Key<String>,KeyGroup<String>,SessionAttributeKey
public class SessionAttributeKey extends GroupedKey<String> implements SessionAttributeKey
Cache key for session attributes.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SessionAttributeKey(String sessionId, UUID attributeId)SessionAttributeKey(Map.Entry<String,UUID> entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)UUIDgetAttributeId()inthashCode()StringtoString()-
Methods inherited from class org.wildfly.clustering.ee.infinispan.GroupedKey
getId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.web.cache.session.fine.SessionAttributeKey
compareTo
-
-
-
-
Method Detail
-
getAttributeId
public UUID getAttributeId()
- Specified by:
getAttributeIdin interfaceSessionAttributeKey
-
hashCode
public int hashCode()
- Overrides:
hashCodein classGroupedKey<String>
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classGroupedKey<String>
-
toString
public String toString()
- Overrides:
toStringin classGroupedKey<String>
-
-