Interface SessionAttributes
-
- All Superinterfaces:
AutoCloseable,ImmutableSessionAttributes,SessionAttributes
- All Known Implementing Classes:
CoarseSessionAttributes,FineSessionAttributes
public interface SessionAttributes extends SessionAttributes, AutoCloseable
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()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, getAttributeNames
-
Methods inherited from interface org.wildfly.clustering.web.session.SessionAttributes
removeAttribute, setAttribute
-
-
-
-
Method Detail
-
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
-
-