public class FineImmutableSessionAttributes<K,V> extends Object implements ImmutableSessionAttributes
| Constructor and Description |
|---|
FineImmutableSessionAttributes(Map<String,UUID> names,
Function<UUID,K> keyFactory,
Map<K,V> attributeCache,
org.wildfly.clustering.marshalling.spi.Marshaller<Object,V> marshaller) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name) |
Set<String> |
getAttributeNames() |
public Set<String> getAttributeNames()
getAttributeNames in interface ImmutableSessionAttributespublic Object getAttribute(String name)
getAttribute in interface ImmutableSessionAttributesCopyright © 2019 JBoss by Red Hat. All rights reserved.