Class SessionManager
java.lang.Object
org.apache.openejb.server.httpd.session.SessionManager
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()voiddestroy(WebContext app) findSession(String id) voidnewSession(BeginWebBeansListener begin, EndWebBeansListener end, HttpSession session, WebContext app) voidremoveSession(String sessionId) intsize()
-
Field Details
-
EJBSESSIONID
- See Also:
-
JSESSIONID
- See Also:
-
-
Constructor Details
-
SessionManager
public SessionManager()
-
-
Method Details
-
destroy
-
destroy
public void destroy() -
initEviction
public void initEviction() -
findSession
-
removeSession
-
findSessionIds
-
size
public int size() -
newSession
public SessionManager.SessionWrapper newSession(BeginWebBeansListener begin, EndWebBeansListener end, HttpSession session, WebContext app)
-