public class FineImmutableSessionAttributes<V> extends Object implements ImmutableSessionAttributes
| Constructor and Description |
|---|
FineImmutableSessionAttributes(String id,
Map<String,Integer> names,
org.infinispan.Cache<SessionAttributeKey,V> attributeCache,
Marshaller<Object,V> marshaller) |
| Modifier and Type | Method and Description |
|---|---|
protected SessionAttributeKey |
createKey(int attributeId) |
Object |
getAttribute(String name) |
Set<String> |
getAttributeNames() |
protected Object |
read(String name,
V value) |
public FineImmutableSessionAttributes(String id, Map<String,Integer> names, org.infinispan.Cache<SessionAttributeKey,V> attributeCache, Marshaller<Object,V> marshaller)
public Set<String> getAttributeNames()
getAttributeNames in interface ImmutableSessionAttributespublic Object getAttribute(String name)
getAttribute in interface ImmutableSessionAttributesprotected SessionAttributeKey createKey(int attributeId)
Copyright © 2018 JBoss by Red Hat. All rights reserved.