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