Uses of Interface
org.wildfly.clustering.web.session.ImmutableSessionAttributes
-
Packages that use ImmutableSessionAttributes Package Description org.wildfly.clustering.web.session org.wildfly.clustering.web.session.oob -
-
Uses of ImmutableSessionAttributes in org.wildfly.clustering.web.session
Subinterfaces of ImmutableSessionAttributes in org.wildfly.clustering.web.session Modifier and Type Interface Description interfaceSessionAttributesExposes accesses to the attributes of a session.Methods in org.wildfly.clustering.web.session that return ImmutableSessionAttributes Modifier and Type Method Description ImmutableSessionAttributesImmutableSession. getAttributes()Returns this session's attributes. -
Uses of ImmutableSessionAttributes in org.wildfly.clustering.web.session.oob
Classes in org.wildfly.clustering.web.session.oob that implement ImmutableSessionAttributes Modifier and Type Class Description classOOBSession<L,B extends Batch>Out-of-band session implementation, for use outside the context of a request.
-