Class AbstractSessionAttributes
java.lang.Object
org.wildfly.clustering.session.cache.attributes.AbstractSessionAttributes
- All Implemented Interfaces:
AutoCloseable, Map<String,Object>, SessionAttributes
- Direct Known Subclasses:
CoarseSessionAttributes, FineSessionAttributes
A session attributes implementation based on a map.
- Author:
- Paul Ferraro
-
Nested Class Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractSessionAttributes(Map<String, Object> attributes) Creates the attributes of a session. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, get, getOrDefault, hashCode, merge, put, putIfAbsent, remove, remove, replace, replace, replaceAllMethods inherited from interface SessionAttributes
clear, close, containsKey, containsValue, isEmpty, put, putAll, size
-
Constructor Details
-
AbstractSessionAttributes
-
-
Method Details
-
keySet
-
values
-
entrySet
-