Interface SessionCreationMetaData
- All Superinterfaces:
ImmutableSessionCreationMetaData
- All Known Subinterfaces:
SessionCreationMetaDataEntry<C>
- All Known Implementing Classes:
DefaultSessionCreationMetaDataEntry,MutableSessionCreationMetaData
The more static aspects of a session's meta-data.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetMaxIdle(Duration maxIdle) Sets the maximum duration of time this session may remain idle before it will be expired by the session manager.Methods inherited from interface org.wildfly.clustering.session.cache.metadata.fine.ImmutableSessionCreationMetaData
getCreationTime, getMaxIdle
-
Method Details
-
setMaxIdle
Sets the maximum duration of time this session may remain idle before it will be expired by the session manager.- Parameters:
maxIdle- a maximum duration of time this session may remain idle before it will be expired by the session manager.
-