|
||||||||||
| PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Common interface for the http session replication managers.
| Method Summary | |
int |
getInvalidateSessionPolicy()
The session invalidation policy. |
java.lang.String |
getJvmRoute()
Retrieve the JvmRoute for the enclosing Engine. |
void |
init(java.lang.String name,
WebMetaData (src) webMetaData,
boolean useJK,
boolean useLocalCache)
Initialize the manager with the web metadata and |
void |
removeLocal(Session session)
Remove the active session locally from the manager without replicating to the cluster. |
void |
setNewSessionCookie(java.lang.String sessionId,
HttpServletResponse response)
Sets a new cookie for the given session id and response |
boolean |
storeSession(Session session)
Store the modified session. |
| Method Detail |
public void init(java.lang.String name,
WebMetaData (src) webMetaData,
boolean useJK,
boolean useLocalCache)
throws ClusteringNotSupportedException (src)
name - webMetaData - useJK - useLocalCache -
ClusteringNotSupportedException (src) public int getInvalidateSessionPolicy()
public java.lang.String getJvmRoute()
public void setNewSessionCookie(java.lang.String sessionId,
HttpServletResponse response)
sessionId - The session idpublic void removeLocal(Session session)
session - public boolean storeSession(Session session)
session -
|
||||||||||
| PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||