Interface SessionAttributes
- All Superinterfaces:
AutoCloseable,ImmutableSessionAttributes,SessionAttributes
- All Known Implementing Classes:
CoarseSessionAttributes,FineSessionAttributes
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Signals the end of the transient lifecycle of this session, typically triggered at the end of a given request.Methods inherited from interface org.wildfly.clustering.web.session.ImmutableSessionAttributes
getAttribute, getAttributeNamesMethods inherited from interface org.wildfly.clustering.web.session.SessionAttributes
removeAttribute, setAttribute
-
Method Details
-
close
void close()Signals the end of the transient lifecycle of this session, typically triggered at the end of a given request.- Specified by:
closein interfaceAutoCloseable
-