Interface SessionAttributes
- All Superinterfaces:
AutoCloseable,Map<String,,Object> org.wildfly.clustering.server.Registration
- All Known Implementing Classes:
AbstractSessionAttributes,CoarseSessionAttributes,DetachedSessionAttributes,FineSessionAttributes
public interface SessionAttributes
extends Map<String,Object>, org.wildfly.clustering.server.Registration
- Author:
- Paul Ferraro
-
Nested Class Summary
-
Field Summary
Fields inherited from interface org.wildfly.clustering.server.Registration
EMPTY -
Method Summary
Modifier and TypeMethodDescriptiondefault voidclear()default booleancontainsKey(Object key) default booleancontainsValue(Object value) default booleanisEmpty()default voiddefault voiddefault intsize()Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, entrySet, equals, forEach, get, getOrDefault, hashCode, keySet, merge, put, putIfAbsent, remove, remove, replace, replace, replaceAll, valuesMethods inherited from interface org.wildfly.clustering.server.Registration
close
-
Method Details
-
size
default int size() -
isEmpty
default boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object>
-
putAll
-
put
-
clear
default void clear()
-