|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.http.SessionContextLifecyleManager
public class SessionContextLifecyleManager
This class is a HttpSessionListener. It focuses on creating the session context when the http session is created and destroy the session when the http session is expired. It is just used in web 2.0 channel.
Constructor Summary | |
---|---|
SessionContextLifecyleManager()
|
Method Summary | |
---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent arg0)
add the session entry to channel context when http session is created |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent arg0)
remove the session entry from channel context when http session is destroyed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SessionContextLifecyleManager()
Method Detail |
---|
public void sessionCreated(javax.servlet.http.HttpSessionEvent arg0)
sessionCreated
in interface javax.servlet.http.HttpSessionListener
arg0
- the HttpSessionEvent eventpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent arg0)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
arg0
- the HttpSessionEvent event
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |