Up

GSWeb: Class GSWSessionStore

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.6

Date: 2003/06/25 15:38:01

Copyright: (C) 1999-2003 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the GSWSessionStore class
  2. Software documentation for the GSWSessionStore(GSWSessionStoreB) category
  3. Software documentation for the GSWSessionStore(GSWSessionStoreCreation) category
  4. Software documentation for the GSWSessionStore(GSWSessionStoreInfo) category

Software documentation for the GSWSessionStore class

GSWSessionStore : NSObject

Declared in:
Foundation/GSWSessionStore.h
Conforms to:
NSLocking
Standards:

Description forthcoming.


Instance Variables

Method summary

_checkInSessionForContext: 

- (void) _checkInSessionForContext: (GSWContext*)aContext;

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.


checkInSessionForContext: 

- (void) checkInSessionForContext: (GSWContext*)aContext;

Description forthcoming.


checkOutSessionWithID: request: 

- (GSWSession*) checkOutSessionWithID: (NSString*)aSessionID request: (GSWRequest*)aRequest;

Description forthcoming.


lock 

- (void) lock;

Description forthcoming.


restoreSessionWithID: request: 

- (GSWSession*) restoreSessionWithID: (NSString*)aSessionID request: (GSWRequest*)aRequest;

Description forthcoming.


saveSessionForContext: 

- (void) saveSessionForContext: (GSWContext*)aContext;

Description forthcoming.


tryLock 

- (BOOL) tryLock;

Description forthcoming.


unlock 

- (void) unlock;

Description forthcoming.




Instance Variables for GSWSessionStore Class

_lock

@protected NSRecursiveLock* _lock;

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.


_lockn

@protected int _lockn;

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.


_timeOutManager

@protected GSWSessionTimeOutManager* _timeOutManager;

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.





Software documentation for the GSWSessionStore(GSWSessionStoreB) category

GSWSessionStore(GSWSessionStoreB)

Declared in:
Foundation/GSWSessionStore.h
Standards:

Description forthcoming.

Method summary

_validateAPI 

- (void) _validateAPI;

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.


Software documentation for the GSWSessionStore(GSWSessionStoreCreation) category

GSWSessionStore(GSWSessionStoreCreation)

Declared in:
Foundation/GSWSessionStore.h
Standards:

Description forthcoming.

Method summary

serverSessionStore 

+ (GSWSessionStore*) serverSessionStore;

Description forthcoming.


Software documentation for the GSWSessionStore(GSWSessionStoreInfo) category

GSWSessionStore(GSWSessionStoreInfo)

Declared in:
Foundation/GSWSessionStore.h
Standards:

Description forthcoming.

Method summary

allSessionIDs 

- (NSArray*) allSessionIDs;

Description forthcoming.


containsSessionID: 

- (BOOL) containsSessionID: (NSString*)aSessionID;

Description forthcoming.



Up