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 TypeMethodDescriptionvoidsetTimeout(Duration duration) 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, getTimeout
-
Method Details
-
setTimeout
Sets the maximum duration of time this session may remain idle before it will be expired by the session manager.- Parameters:
a- maximum duration of time this session may remain idle before it will be expired by the session manager.
-