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, wait
getCreationTime, getLastAccessedTime, getMaxInactiveInterval
public boolean isNew()
ImmutableSessionMetaData
isNew
in interface ImmutableSessionMetaData
public boolean isExpired()
ImmutableSessionMetaData
isExpired
in interface ImmutableSessionMetaData
Copyright © 2017 JBoss by Red Hat. All rights reserved.