public class FineSessionAttributes<V> extends FineImmutableSessionAttributes<V> implements SessionAttributes
| Constructor and Description |
|---|
FineSessionAttributes(String id,
org.infinispan.Cache<SessionAttributeCacheKey,V> attributeCache,
org.wildfly.clustering.marshalling.Marshaller<Object,V> marshaller) |
| Modifier and Type | Method and Description |
|---|---|
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, org.infinispan.Cache<SessionAttributeCacheKey,V> attributeCache, org.wildfly.clustering.marshalling.Marshaller<Object,V> marshaller)
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>Copyright © 2015 JBoss by Red Hat. All rights reserved.