Class InprocServletSession
java.lang.Object
com.webmethods.caf.faces.context.inproc.InprocServletSession
- All Implemented Interfaces:
HttpSession
- Direct Known Subclasses:
PortalInprocSession
,PortletServletSession
Basic inproc HttpSession.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String name) long
getId()
long
int
Deprecated.String[]
void
boolean
isNew()
void
void
release()
void
removeAttribute
(String name) void
removeValue
(String name) void
setAttribute
(String name, Object value) void
setAttributes
(Map<String, Object> attributes) void
void
setMaxInactiveInterval
(int ms) void
setServletContext
(ServletContext servletContext)
-
Field Details
-
m_servletContext
-
m_attributes
-
m_creationTime
protected long m_creationTime -
m_id
-
-
Constructor Details
-
InprocServletSession
public InprocServletSession()
-
-
Method Details
-
release
public void release() -
getAttribute
- Specified by:
getAttribute
in interfaceHttpSession
-
getAttributeNames
- Specified by:
getAttributeNames
in interfaceHttpSession
-
getCreationTime
public long getCreationTime()- Specified by:
getCreationTime
in interfaceHttpSession
-
getId
- Specified by:
getId
in interfaceHttpSession
-
getLastAccessedTime
public long getLastAccessedTime()- Specified by:
getLastAccessedTime
in interfaceHttpSession
-
getMaxInactiveInterval
public int getMaxInactiveInterval()- Specified by:
getMaxInactiveInterval
in interfaceHttpSession
-
getServletContext
- Specified by:
getServletContext
in interfaceHttpSession
-
getSessionContext
Deprecated.- Specified by:
getSessionContext
in interfaceHttpSession
-
getValue
- Specified by:
getValue
in interfaceHttpSession
-
getValueNames
- Specified by:
getValueNames
in interfaceHttpSession
-
invalidate
public void invalidate()- Specified by:
invalidate
in interfaceHttpSession
-
isNew
public boolean isNew()- Specified by:
isNew
in interfaceHttpSession
-
putValue
- Specified by:
putValue
in interfaceHttpSession
-
removeAttribute
- Specified by:
removeAttribute
in interfaceHttpSession
-
removeValue
- Specified by:
removeValue
in interfaceHttpSession
-
setAttribute
- Specified by:
setAttribute
in interfaceHttpSession
-
setMaxInactiveInterval
public void setMaxInactiveInterval(int ms) - Specified by:
setMaxInactiveInterval
in interfaceHttpSession
-
setServletContext
-
getAttributes
-
setAttributes
-
setId
-