public class FineImmutableSessionAttributes<V> extends Object implements ImmutableSessionAttributes
| Constructor and Description |
|---|
FineImmutableSessionAttributes(String id,
org.infinispan.Cache<SessionAttributeCacheKey,V> attributeCache,
org.wildfly.clustering.marshalling.Marshaller<Object,V> marshaller) |
| Modifier and Type | Method and Description |
|---|---|
protected SessionAttributeCacheKey |
createKey(String attribute) |
Object |
getAttribute(String name) |
Set<String> |
getAttributeNames() |
protected Object |
read(String name,
V value) |
public FineImmutableSessionAttributes(String id, org.infinispan.Cache<SessionAttributeCacheKey,V> attributeCache, org.wildfly.clustering.marshalling.Marshaller<Object,V> marshaller)
public Set<String> getAttributeNames()
getAttributeNames in interface ImmutableSessionAttributespublic Object getAttribute(String name)
getAttribute in interface ImmutableSessionAttributesprotected SessionAttributeCacheKey createKey(String attribute)
Copyright © 2015 JBoss by Red Hat. All rights reserved.