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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, get, getOrDefault, hashCode, merge, put, putIfAbsent, remove, remove, replace, replace, replaceAllMethods inherited from interface org.wildfly.clustering.session.cache.attributes.SessionAttributes
clear, close, containsKey, containsValue, isEmpty, put, putAll, size
-
Constructor Details
-
AbstractSessionAttributes
Creates the attributes of a session.- Parameters:
attributes- a map of attributes.
-
-
Method Details