public class FineSessionAttributes<V> extends FineImmutableSessionAttributes<V> implements SessionAttributes
| Constructor and Description |
|---|
FineSessionAttributes(String id,
AtomicInteger sequence,
ConcurrentMap<String,Integer> names,
org.wildfly.clustering.ee.Mutator namesMutator,
org.infinispan.Cache<SessionAttributeKey,V> cache,
Marshaller<Object,V> marshaller,
CacheProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
getAttribute(String name) |
Object |
removeAttribute(String name) |
Object |
setAttribute(String name,
Object attribute) |
createKey, getAttributeNames, readclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeNamespublic FineSessionAttributes(String id, AtomicInteger sequence, ConcurrentMap<String,Integer> names, org.wildfly.clustering.ee.Mutator namesMutator, org.infinispan.Cache<SessionAttributeKey,V> cache, Marshaller<Object,V> marshaller, CacheProperties properties)
public Object removeAttribute(String name)
removeAttribute in interface SessionAttributespublic Object setAttribute(String name, Object attribute)
setAttribute in interface SessionAttributespublic Object getAttribute(String name)
getAttribute in interface ImmutableSessionAttributesgetAttribute in class FineImmutableSessionAttributes<V>public void close()
close in interface AutoCloseableCopyright © 2018 JBoss by Red Hat. All rights reserved.