public class FineImmutableSessionAttributes<V> extends Object implements org.wildfly.clustering.web.session.ImmutableSessionAttributes
| Constructor and Description |
|---|
FineImmutableSessionAttributes(String id,
Map<String,UUID> names,
org.infinispan.client.hotrod.RemoteCache<SessionAttributeKey,V> cache,
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 Set<String> getAttributeNames()
getAttributeNames in interface org.wildfly.clustering.web.session.ImmutableSessionAttributespublic Object getAttribute(String name)
getAttribute in interface org.wildfly.clustering.web.session.ImmutableSessionAttributesCopyright © 2019 JBoss by Red Hat. All rights reserved.