Uses of Interface
org.wildfly.clustering.web.cache.session.SessionAttributes
-
Packages that use SessionAttributes Package Description org.wildfly.clustering.web.cache.session org.wildfly.clustering.web.cache.session.coarse org.wildfly.clustering.web.cache.session.fine -
-
Uses of SessionAttributes in org.wildfly.clustering.web.cache.session
Methods in org.wildfly.clustering.web.cache.session that return SessionAttributes Modifier and Type Method Description SessionAttributesSessionAttributesFactory. createSessionAttributes(String id, V value, ImmutableSessionMetaData metaData, C context)SessionAttributesCompositeSession. getAttributes()Constructors in org.wildfly.clustering.web.cache.session with parameters of type SessionAttributes Constructor Description CompositeSession(String id, InvalidatableSessionMetaData metaData, SessionAttributes attributes, AtomicReference<L> localContext, LocalContextFactory<L> localContextFactory, Remover<String> remover) -
Uses of SessionAttributes in org.wildfly.clustering.web.cache.session.coarse
Classes in org.wildfly.clustering.web.cache.session.coarse that implement SessionAttributes Modifier and Type Class Description classCoarseSessionAttributesExposes session attributes for a coarse granularity session. -
Uses of SessionAttributes in org.wildfly.clustering.web.cache.session.fine
Classes in org.wildfly.clustering.web.cache.session.fine that implement SessionAttributes Modifier and Type Class Description classFineSessionAttributes<NK,K,V>Exposes session attributes for fine granularity sessions.
-