Class CoarseImmutableSessionAttributes
- java.lang.Object
-
- org.wildfly.clustering.web.cache.session.coarse.CoarseImmutableSessionAttributes
-
- All Implemented Interfaces:
ImmutableSessionAttributes
- Direct Known Subclasses:
CoarseSessionAttributes
public class CoarseImmutableSessionAttributes extends Object implements ImmutableSessionAttributes
Exposes session attributes for a coarse granularity session.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description CoarseImmutableSessionAttributes(Map<String,Object> attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAttribute(String name)Set<String>getAttributeNames()
-
-
-
Method Detail
-
getAttributeNames
public Set<String> getAttributeNames()
- Specified by:
getAttributeNamesin interfaceImmutableSessionAttributes
-
getAttribute
public Object getAttribute(String name)
- Specified by:
getAttributein interfaceImmutableSessionAttributes
-
-