public interface SessionState
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConfigured()
Indicates whether the
Session is configured or not. |
boolean |
isConfiguredAndFinished()
Indicates if the
Session is finished and was configured. |
boolean |
isConfiguredAndOpen()
Indicates if the
Session is configured and not yet finished. |
boolean |
isFinished()
Indicates if the
Session is finished. |
boolean |
wasTriedForEnding()
Indicates that the session was tried for ending/closing but could not be closed due to still open Actions, Web
Requests.
|
boolean isConfigured()
boolean isConfiguredAndFinished()
Session is finished and was configured.boolean isConfiguredAndOpen()
Session is configured and not yet finished.boolean isFinished()
Session is finished.
A session is considered as finished, after the Session.end() method was called.
boolean wasTriedForEnding()