public interface InvalidateHttpSessionOperation
HttpSession
within the
HttpSessionStore
.Modifier and Type | Method and Description |
---|---|
void |
failedToInvalidateSession(Throwable cause)
Flags failed to invalidate the
HttpSession within the
HttpSessionStore . |
String |
getSessionId()
Obtains the session Id of the
HttpSession to invalidate. |
void |
sessionInvalidated()
Flags the
HttpSession was invalidated successfully within the
HttpSessionStore . |
String getSessionId()
HttpSession
to invalidate.HttpSession
to invalidate.void sessionInvalidated()
HttpSession
was invalidated successfully within the
HttpSessionStore
.void failedToInvalidateSession(Throwable cause)
HttpSession
within the
HttpSessionStore
.cause
- Cause of the failure.Copyright © 2005–2016. All rights reserved.