public abstract class AbstractImmutableSessionMetaData extends Object implements ImmutableSessionMetaData
ImmutableSessionMetaData.| Constructor and Description |
|---|
AbstractImmutableSessionMetaData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExpired()
Indicates whether or not this session was previously idle for longer than the maximum inactive interval.
|
boolean |
isNew()
Indicates whether or not this session was created by the current thread.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCreationTime, getLastAccessedTime, getMaxInactiveIntervalpublic boolean isNew()
ImmutableSessionMetaDataisNew in interface ImmutableSessionMetaDatapublic boolean isExpired()
ImmutableSessionMetaDataisExpired in interface ImmutableSessionMetaDataCopyright © 2022 JBoss by Red Hat. All rights reserved.