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