Class FineImmutableSessionAttributes<K,V>
- java.lang.Object
-
- org.wildfly.clustering.web.cache.session.fine.FineImmutableSessionAttributes<K,V>
-
- All Implemented Interfaces:
ImmutableSessionAttributes
public class FineImmutableSessionAttributes<K,V> extends Object implements ImmutableSessionAttributes
Exposes session attributes for fine granularity sessions.- Author:
- Paul Ferraro
-
-
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
-
-