WebObjects 5.2.3

Uses of Class
com.webobjects.appserver.WOSessionStore

Packages that use WOSessionStore
com.webobjects.appserver Provides the WebObjects application server, session management classes, component classes, and classes to manage the request-response loop. 
com.webobjects.jspservlet Provides the infrastructure that supports the use of WebObjects API in JavaServlet Pages and the deployment of WebObjects components as Servlets. 
 

Uses of WOSessionStore in com.webobjects.appserver
 

Methods in com.webobjects.appserver that return WOSessionStore
static WOSessionStore WOSessionStore.serverSessionStore()
          Gets the default WOSessionStore object that saves and restores session states using application memory.
 WOSessionStore WOApplication.sessionStore()
          Returns the application's current WOSessionStore object.
 

Methods in com.webobjects.appserver with parameters of type WOSessionStore
 void WOApplication.setSessionStore(WOSessionStore aSessionStore)
          Set the session-store object for the application.
 

Uses of WOSessionStore in com.webobjects.jspservlet
 

Subclasses of WOSessionStore in com.webobjects.jspservlet
 class WOServletSessionStore
          This is a subclass of WOSessionStore, and is intended to replace the WOServerSessionStore subclass.
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.