public class FineSessionAttributes<V> extends FineImmutableSessionAttributes<V> implements SessionAttributes
| Constructor and Description |
|---|
FineSessionAttributes(String id,
Map<String,UUID> names,
org.infinispan.client.hotrod.RemoteCache<SessionAttributeNamesKey,Map<String,UUID>> namesCache,
org.infinispan.client.hotrod.RemoteCache<SessionAttributeKey,V> attributeCache,
org.wildfly.clustering.marshalling.spi.Marshaller<Object,V> marshaller,
org.wildfly.clustering.ee.cache.CacheProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
getAttribute(String name) |
Object |
removeAttribute(String name) |
Object |
setAttribute(String name,
Object attribute) |
getAttributeNames, readpublic FineSessionAttributes(String id, Map<String,UUID> names, org.infinispan.client.hotrod.RemoteCache<SessionAttributeNamesKey,Map<String,UUID>> namesCache, org.infinispan.client.hotrod.RemoteCache<SessionAttributeKey,V> attributeCache, org.wildfly.clustering.marshalling.spi.Marshaller<Object,V> marshaller, org.wildfly.clustering.ee.cache.CacheProperties properties)
public Object removeAttribute(String name)
removeAttribute in interface org.wildfly.clustering.web.session.SessionAttributespublic Object setAttribute(String name, Object attribute)
setAttribute in interface org.wildfly.clustering.web.session.SessionAttributespublic Object getAttribute(String name)
getAttribute in interface org.wildfly.clustering.web.session.ImmutableSessionAttributesgetAttribute in class FineImmutableSessionAttributes<V>public void close()
close in interface AutoCloseableCopyright © 2019 JBoss by Red Hat. All rights reserved.