Interface SessionCreationMetaData
-
- All Superinterfaces:
ImmutableSessionCreationMetaData
- All Known Subinterfaces:
SessionCreationMetaDataEntry<C>
- All Known Implementing Classes:
DefaultSessionCreationMetaDataEntry,MutableSessionCreationMetaData
public interface SessionCreationMetaData extends ImmutableSessionCreationMetaData
The more static aspects of a session's meta-data.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTimeout(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.web.cache.session.metadata.fine.ImmutableSessionCreationMetaData
getCreationTime, getTimeout
-
-
-
-
Method Detail
-
setTimeout
void setTimeout(Duration duration)
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.
-
-