Interface MutableSessionMetaDataValues
- All Known Subinterfaces:
MutableSessionMetaDataOffsetValues
public interface MutableSessionMetaDataValues
Encapsulates the mutable values of the session metadata.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns the last access end time value.Returns the last access start time value.Returns the max idle duration value
-
Method Details
-
getMaxIdle
-
getLastAccessStartTime
-
getLastAccessEndTime
-