Package | Description |
---|---|
org.snf4j.core.session |
Provides classes and interfaces used for session handling.
|
Modifier and Type | Method and Description |
---|---|
SessionState |
IllegalSessionStateException.getIllegalState()
Returns the illegal state of a session that caused this exception.
|
SessionState |
ISession.getState()
Gets the current state of this session.
|
static SessionState |
SessionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionState[] |
SessionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
IllegalSessionStateException(SessionState illegalState)
Constructs an instance of this exception.
|
Copyright © 2017–2021 SNF4J.ORG. All rights reserved.