Class FineSessionAttributes<K,V>

java.lang.Object
org.wildfly.clustering.web.cache.session.attributes.SimpleImmutableSessionAttributes
org.wildfly.clustering.web.cache.session.attributes.fine.FineSessionAttributes<K,V>
All Implemented Interfaces:
AutoCloseable, SessionAttributes, ImmutableSessionAttributes, SessionAttributes

public class FineSessionAttributes<K,V> extends SimpleImmutableSessionAttributes implements SessionAttributes
Exposes session attributes for a fine granularity sessions.
Author:
Paul Ferraro