public class FineImmutableSessionAttributes<K,V> extends Object implements org.wildfly.clustering.web.session.ImmutableSessionAttributes
Constructor and Description |
---|
FineImmutableSessionAttributes(K key,
Map<String,Integer> names,
org.infinispan.client.hotrod.RemoteCache<SessionAttributeKey<K>,V> cache,
Function<Integer,SessionAttributeKey<K>> keyFactory,
org.wildfly.clustering.marshalling.spi.Marshaller<Object,V> marshaller) |
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String name) |
Set<String> |
getAttributeNames() |
protected Object |
read(String name,
V value) |
public FineImmutableSessionAttributes(K key, Map<String,Integer> names, org.infinispan.client.hotrod.RemoteCache<SessionAttributeKey<K>,V> cache, Function<Integer,SessionAttributeKey<K>> keyFactory, org.wildfly.clustering.marshalling.spi.Marshaller<Object,V> marshaller)
public Set<String> getAttributeNames()
getAttributeNames
in interface org.wildfly.clustering.web.session.ImmutableSessionAttributes
public Object getAttribute(String name)
getAttribute
in interface org.wildfly.clustering.web.session.ImmutableSessionAttributes
Copyright © 2017 JBoss by Red Hat. All rights reserved.