com.ibm.workflow.portlet.client
Class SessionTable.Entry

java.lang.Object
  |
  +--com.ibm.workflow.portlet.client.SessionTable.Entry
Enclosing class:
com.ibm.workflow.portlet.client.SessionTable

public static class SessionTable.Entry
extends java.lang.Object


Constructor Summary
SessionTable.Entry(javax.servlet.http.HttpSession session, com.ibm.workflow.portlet.client.SessionContextImpl context)
           
SessionTable.Entry(java.lang.String sessionID, com.ibm.workflow.portlet.client.SessionContextImpl context)
           
 
Method Summary
 com.ibm.workflow.portlet.client.SessionContextImpl getContext()
           
 javax.servlet.http.HttpSession getSession()
           
 java.lang.String getSessionID()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionTable.Entry

public SessionTable.Entry(javax.servlet.http.HttpSession session,
                          com.ibm.workflow.portlet.client.SessionContextImpl context)

SessionTable.Entry

public SessionTable.Entry(java.lang.String sessionID,
                          com.ibm.workflow.portlet.client.SessionContextImpl context)
Method Detail

getSession

public javax.servlet.http.HttpSession getSession()

getSessionID

public java.lang.String getSessionID()

getContext

public com.ibm.workflow.portlet.client.SessionContextImpl getContext()


© Copyright IBM Corporation 2002, 2008. All Rights Reserved.