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

    Modifier and Type
    Method
    Description
    void
    setTimeout(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

      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.