public abstract class SessionService extends java.lang.Object implements Service
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
SessionService.OnetimeSessionImpl |
| コンストラクタと説明 |
|---|
SessionService() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Session |
getSession(boolean create) |
protected abstract Session |
getSessionInternal(boolean create) |
void |
removeSessionFromExecuteContext(Session session) |
void |
setSessionStateless() |