public interface CreateHttpSessionOperation
HttpSession
within the
HttpSessionStore
.Modifier and Type | Method and Description |
---|---|
void |
failedToCreateSession(Throwable cause)
Flags that failed to create the
HttpSession within the
HttpSessionStore . |
String |
getSessionId()
Obtains the session Id of the new
HttpSession . |
void |
sessionCreated(long creationTime,
long expireTime,
Map<String,Serializable> attributes)
Flags that the
HttpSession was successfully created within the
HttpSessionStore . |
void |
sessionIdCollision()
Flags that the session Id is the same as another
HttpSession
within the HttpSessionStore . |
String getSessionId()
HttpSession
.HttpSession
.void sessionCreated(long creationTime, long expireTime, Map<String,Serializable> attributes)
HttpSession
was successfully created within the
HttpSessionStore
.creationTime
- Time the HttpSession
was created within the
HttpSessionStore
.expireTime
- Time to expire the HttpSession
should it be idle.attributes
- Map
to contain the HttpSession
attributes.void sessionIdCollision()
HttpSession
within the HttpSessionStore
.void failedToCreateSession(Throwable cause)
HttpSession
within the
HttpSessionStore
.cause
- Cause of the failure.Copyright © 2005–2016. All rights reserved.