public class SimpleImmutableSessionMetaData extends Object implements ImmutableSessionMetaData
| Constructor and Description |
|---|
SimpleImmutableSessionMetaData(ImmutableSessionMetaData metaData) |
| Modifier and Type | Method and Description |
|---|---|
Instant |
getCreationTime() |
Instant |
getLastAccessEndTime() |
Instant |
getLastAccessStartTime() |
Duration |
getMaxInactiveInterval() |
boolean |
isNew() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisExpiredpublic SimpleImmutableSessionMetaData(ImmutableSessionMetaData metaData)
public boolean isNew()
isNew in interface ImmutableSessionMetaDatapublic Instant getCreationTime()
getCreationTime in interface ImmutableSessionMetaDatapublic Instant getLastAccessStartTime()
getLastAccessStartTime in interface ImmutableSessionMetaDatapublic Instant getLastAccessEndTime()
getLastAccessEndTime in interface ImmutableSessionMetaDatapublic Duration getMaxInactiveInterval()
getMaxInactiveInterval in interface ImmutableSessionMetaDataCopyright © 2021 JBoss by Red Hat. All rights reserved.