Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
- David Wetzel (
dave@turbocat.de)
-
Date: Generated at 2025-12-01
Copyright: (C) 1999-2003 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWSessionStore.h
- Conforms to:
- NSLocking
Availability: OpenStep
Description forthcoming.
GSWSessionStore declares 3 Instance Variables
- (void)
_checkInSessionForContext: (
GSWContext*)aContext;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
Should be Locked
- (void)
checkInSessionForContext: (
GSWContext*)aContext;
Availability: OpenStep
Description forthcoming.
- (
GSWSession*)
checkOutSessionWithID: (
NSString*)aSessionID
request: (
GSWRequest*)aRequest;
Availability: OpenStep
Description forthcoming.
- (void)
lock;
Availability: OpenStep
Description forthcoming.
- (void)
saveSessionForContext: (
GSWContext*)aContext;
Availability: OpenStep
Abstract
- (void)
unlock;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWSessionStore Class
@protected NSRecursiveLock*
_lock;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected int
_lockn;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected GSWSessionTimeOutManager*
_timeOutManager;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- WebObjects/GSWSessionStore.h
Availability: OpenStep
Description forthcoming.
+ (
GSWSessionStore*)
serverSessionStore;
Availability: OpenStep
Description forthcoming.
- Declared in:
- WebObjects/GSWSessionStore.h
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
allSessionIDs;
Availability: OpenStep
Description forthcoming.
- (BOOL)
containsSessionID: (
NSString*)aSessionID;
Availability: OpenStep
Description forthcoming.
Up