WebObjects 5.2

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
 WOSessionStore WOApplication.sessionStore()
          Returns the application's current WOSessionStore object.
static WOSessionStore WOSessionStore.serverSessionStore()
          Gets the default WOSessionStore object that saves and restores session states using application memory.
 

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 Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.