|
IBM 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)
|
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent arg0)
|
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
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent arg0)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |