IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.sm
Class HttpSessionInfoHolder

java.lang.Object
  extended by com.ibm.btt.sm.HttpSessionInfoHolder
All Implemented Interfaces:
java.io.Serializable

public class HttpSessionInfoHolder
extends java.lang.Object
implements java.io.Serializable

This class is main class of sesssion management and all other component all access session managemet through this class.

See Also:
Serialized Form

Constructor Summary
HttpSessionInfoHolder()
           
 
Method Summary
static javax.servlet.http.HttpSession getHttpSession()
           
static void setHttpSession(javax.servlet.http.HttpSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpSessionInfoHolder

public HttpSessionInfoHolder()
Method Detail

getHttpSession

public static javax.servlet.http.HttpSession getHttpSession()
Returns:
HttpSession of current thread

setHttpSession

public static void setHttpSession(javax.servlet.http.HttpSession session)
Parameters:
HttpSession, - the HttpSession object that will be cached

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009