Component, SessionHandler, SessionManagerpublic class DefaultSessionManager extends AbstractSessionHandler implements SessionManager
Created: 2017. 6. 12.
sessionsCreatedStats, sessionTimeStats| Constructor | Description |
|---|---|
DefaultSessionManager() |
|
DefaultSessionManager(ActivityContext context) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
doDestroy() |
|
protected void |
doInitialize() |
|
java.lang.String |
getGroupName() |
|
SessionConfig |
getSessionConfig() |
|
SessionDataStore |
getSessionDataStore() |
|
SessionHandler |
getSessionHandler() |
|
SessionAgent |
newSessionAgent() |
|
void |
setGroupName(java.lang.String groupName) |
|
void |
setSessionConfig(SessionConfig sessionConfig) |
|
void |
setSessionDataStore(SessionDataStore sessionDataStore) |
destroy, getComponentName, initialize, isAvailable, isDestroyed, isInitializedaccess, addEventListener, clearEventListeners, complete, didActivate, getDefaultMaxIdleSecs, getScheduler, getSession, getSessionCache, getSessionIdGenerator, getSessionsCreated, getSessionTimeMax, getSessionTimeMean, getSessionTimeStdDev, getSessionTimeTotal, invalidate, newSession, newSessionId, removeEventListener, sessionAttributeChanged, setDefaultMaxIdleSecs, setSessionCache, setSessionIdGenerator, statsReset, willPassivatedestroy, getComponentName, initialize, isAvailable, isDestroyed, isInitializedpublic DefaultSessionManager()
public DefaultSessionManager(ActivityContext context)
public java.lang.String getGroupName()
getGroupName in interface SessionManagerpublic void setGroupName(java.lang.String groupName)
setGroupName in interface SessionManagerpublic SessionConfig getSessionConfig()
getSessionConfig in interface SessionManagerpublic void setSessionConfig(SessionConfig sessionConfig)
setSessionConfig in interface SessionManagerpublic SessionDataStore getSessionDataStore()
getSessionDataStore in interface SessionManagerpublic void setSessionDataStore(SessionDataStore sessionDataStore)
setSessionDataStore in interface SessionManagerpublic SessionHandler getSessionHandler()
getSessionHandler in interface SessionManagerpublic SessionAgent newSessionAgent()
newSessionAgent in interface SessionManagerprotected void doInitialize()
throws java.lang.Exception
doInitialize in class AbstractSessionHandlerjava.lang.Exceptionprotected void doDestroy()
throws java.lang.Exception
doDestroy in class AbstractSessionHandlerjava.lang.ExceptionCopyright © 2008–2018 The Aspectran Project. All rights reserved.