IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.sm
Class TimeoutHandler

java.lang.Object
  extended by com.ibm.btt.sm.TimeoutHandler
All Implemented Interfaces:
java.util.EventListener, javax.servlet.http.HttpSessionListener

public class TimeoutHandler
extends java.lang.Object
implements javax.servlet.http.HttpSessionListener

This class makes the clean up work


Constructor Summary
TimeoutHandler()
           
 
Method Summary
static void clean_up(javax.servlet.http.HttpSession session)
          cleans using sessionId
 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

TimeoutHandler

public TimeoutHandler()
Method Detail

clean_up

public static void clean_up(javax.servlet.http.HttpSession session)
cleans using sessionId

Parameters:
sessionId -
Throws:
BTTSMException

sessionCreated

public void sessionCreated(javax.servlet.http.HttpSessionEvent arg0)
Specified by:
sessionCreated in interface javax.servlet.http.HttpSessionListener

sessionDestroyed

public void sessionDestroyed(javax.servlet.http.HttpSessionEvent arg0)
Specified by:
sessionDestroyed in interface javax.servlet.http.HttpSessionListener

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010