public interface StoreHttpSessionOperation
HttpSession
within the
HttpSessionStore
.Modifier and Type | Method and Description |
---|---|
void |
failedToStoreSession(Throwable cause)
Flags failed to store the
HttpSession within the
HttpSessionStore . |
Map<String,Serializable> |
getAttributes()
Obtains the attributes of the
HttpSession . |
long |
getCreationTime()
Obtains the creation time for the
HttpSession . |
long |
getExpireTime()
Obtains the time to expire the
HttpSession should it be idle. |
String |
getSessionId()
Obtains the session Id of the
HttpSession to store. |
void |
sessionStored()
Flags the
HttpSession was stored successfully within the
HttpSessionStore . |
String getSessionId()
HttpSession
to store.HttpSession
to store.long getCreationTime()
HttpSession
.HttpSession
.long getExpireTime()
HttpSession
should it be idle.HttpSession
should it be idle.Map<String,Serializable> getAttributes()
HttpSession
.HttpSession
.void sessionStored()
HttpSession
was stored successfully within the
HttpSessionStore
.void failedToStoreSession(Throwable cause)
HttpSession
within the
HttpSessionStore
.cause
- Cause of the failure.Copyright © 2005–2016. All rights reserved.