org.openmobileis.common.context
Class SessionContext

org.openmobileis.common.context.SessionContext

public class SessionContext


Constructor Summary
SessionContext(java.lang.String id)
           
 
Method Summary
 java.lang.Object getAttribute(java.lang.String attributName)
           
 java.util.Enumeration getAttributeNames()
           
 long getCreationTime()
           
 java.lang.String getId()
           
 long getLastAccessedTime()
           
 int getMaxInactiveInterval()
           
 javax.servlet.ServletContext getServletContext()
           
 javax.servlet.http.HttpSessionContext getSessionContext()
           
 java.lang.Object getValue(java.lang.String name)
           
 java.lang.String[] getValueNames()
           
 void invalidate()
           
 boolean isNew()
           
 void putValue(java.lang.String name, java.lang.Object obj)
           
 void removeAttribute(java.lang.String attributName)
           
 void removeValue(java.lang.String name)
           
 void setAttribute(java.lang.String attributName, java.lang.Object attribut)
           
 void SetIsNew(boolean bool)
           
 void setMaxInactiveInterval(int arg0)
           
 

Constructor Detail

SessionContext

public SessionContext(java.lang.String id)
Method Detail

getCreationTime

public long getCreationTime()

getId

public java.lang.String getId()

getLastAccessedTime

public long getLastAccessedTime()

getServletContext

public javax.servlet.ServletContext getServletContext()

setMaxInactiveInterval

public void setMaxInactiveInterval(int arg0)

getMaxInactiveInterval

public int getMaxInactiveInterval()

getSessionContext

public javax.servlet.http.HttpSessionContext getSessionContext()

getAttribute

public java.lang.Object getAttribute(java.lang.String attributName)

getValue

public java.lang.Object getValue(java.lang.String name)

getAttributeNames

public java.util.Enumeration getAttributeNames()

getValueNames

public java.lang.String[] getValueNames()

setAttribute

public void setAttribute(java.lang.String attributName,
                         java.lang.Object attribut)

putValue

public void putValue(java.lang.String name,
                     java.lang.Object obj)

removeAttribute

public void removeAttribute(java.lang.String attributName)

removeValue

public void removeValue(java.lang.String name)

invalidate

public void invalidate()

SetIsNew

public void SetIsNew(boolean bool)

isNew

public boolean isNew()


Copyright 2005 e-Care. All Rights Reserved.