Class SimpleImmutableSessionAttributes

java.lang.Object
org.wildfly.clustering.web.cache.session.attributes.SimpleImmutableSessionAttributes
All Implemented Interfaces:
ImmutableSessionAttributes
Direct Known Subclasses:
CoarseSessionAttributes, FineSessionAttributes

public class SimpleImmutableSessionAttributes extends Object implements ImmutableSessionAttributes
An immutable "snapshot" of a session's attributes which can be accessed outside the scope of a transaction.
Author:
Paul Ferraro