public class CoarseSessionAttributes extends CoarseImmutableSessionAttributes implements SessionAttributes
| Constructor and Description |
|---|
CoarseSessionAttributes(Map<String,Object> attributes,
org.wildfly.clustering.ee.Mutator mutator,
Marshallability marshallability,
CacheProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
getAttribute(String name) |
Object |
removeAttribute(String name) |
Object |
setAttribute(String name,
Object value) |
getAttributeNamesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeNamespublic CoarseSessionAttributes(Map<String,Object> attributes, org.wildfly.clustering.ee.Mutator mutator, Marshallability marshallability, CacheProperties properties)
public Object removeAttribute(String name)
removeAttribute in interface SessionAttributespublic Object setAttribute(String name, Object value)
setAttribute in interface SessionAttributespublic Object getAttribute(String name)
getAttribute in interface ImmutableSessionAttributesgetAttribute in class CoarseImmutableSessionAttributespublic void close()
close in interface AutoCloseableCopyright © 2018 JBoss by Red Hat. All rights reserved.