IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.sm
Class ApplicationSessionEntry

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended bycom.ibm.btt.base.Hashtable
              extended bycom.ibm.btt.sm.SessionEntry
                  extended bycom.ibm.btt.sm.ApplicationSessionEntry
All Implemented Interfaces:
java.lang.Cloneable, DSECloneable, java.util.Map, java.io.Serializable

public class ApplicationSessionEntry
extends SessionEntry

This class facilitates the application session objet

See Also:
Serialized Form

Constructor Summary
ApplicationSessionEntry(java.io.Serializable aContext)
          Default Constructor
 
Method Summary
 java.io.Serializable getContext()
          Get Context
 java.lang.Object put(java.lang.Object key, java.lang.Object value)
           
 
Methods inherited from class com.ibm.btt.sm.SessionEntry
getCurrentContext, getHttpSession, getIpAddress, getLocale, getPort, getSessionId, getSessionObject, getTID, getType, remove, retrieve, setCurrentContext, setCurrentContextForSession, setHttpSession, setIpAddress, setLocale, setPort, setSessionId, setSessionObject, setTID, setType, store
 
Methods inherited from class com.ibm.btt.base.Hashtable
clone, clone, clone, keyAtValue, removeAll, toString
 
Methods inherited from class java.util.Hashtable
clear, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, putAll, rehash, remove, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationSessionEntry

public ApplicationSessionEntry(java.io.Serializable aContext)
Default Constructor

Method Detail

getContext

public java.io.Serializable getContext()
Get Context


put

public java.lang.Object put(java.lang.Object key,
                            java.lang.Object value)
Specified by:
put in interface java.util.Map
Overrides:
put in class SessionEntry

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005