org.openmobileis.common.context
Class SessionContext
org.openmobileis.common.context.SessionContext
- public class SessionContext
SessionContext
public SessionContext(java.lang.String id)
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.