public class FineImmutableSessionAttributes<V> extends Object implements ImmutableSessionAttributes
| Constructor and Description |
|---|
FineImmutableSessionAttributes(String id,
Map<String,UUID> names,
Map<SessionAttributeKey,V> attributeCache,
Marshaller<Object,V> marshaller) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name) |
Set<String> |
getAttributeNames() |
public FineImmutableSessionAttributes(String id, Map<String,UUID> names, Map<SessionAttributeKey,V> attributeCache, Marshaller<Object,V> marshaller)
public Set<String> getAttributeNames()
getAttributeNames in interface ImmutableSessionAttributespublic Object getAttribute(String name)
getAttribute in interface ImmutableSessionAttributesCopyright © 2019 JBoss by Red Hat. All rights reserved.