Up

GSWeb: Class GSWSessionTimeOutManager

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.6

Date: 2003/11/24 12:03:03

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


Contents -

  1. Software documentation for the GSWSessionTimeOutManager class
  2. Software documentation for the GSWSessionTimeOutManager(GSWSessionRefused) category

Software documentation for the GSWSessionTimeOutManager class

GSWSessionTimeOutManager : NSObject

Declared in:
Foundation/GSWSessionTimeOutManager.h
Standards:

Description forthcoming.


Instance Variables

Method summary

addTimer: 

- (void) addTimer: (id)timer;

Description forthcoming.


handleTimer: 

- (void) handleTimer: (NSTimer*)timer;

Description forthcoming.


lock 

- (void) lock;

Description forthcoming.


lockBeforeTimeIntervalSinceNow: 

- (void) lockBeforeTimeIntervalSinceNow: (NSTimeInterval)ti;

Description forthcoming.


removeCallBack 

- (void) removeCallBack;

Description forthcoming.


resetTimer 

- (NSTimer*) resetTimer;

Description forthcoming.


sessionTimeOutForSessionID: 

- (GSWSessionTimeOut*) sessionTimeOutForSessionID: (NSString*)sessionID;

Description forthcoming.


setCallBack: target: 

- (void) setCallBack: (SEL)callback target: (id)target;

Description forthcoming.


tryLockBeforeTimeIntervalSinceNow: 

- (BOOL) tryLockBeforeTimeIntervalSinceNow: (NSTimeInterval)ti;

Description forthcoming.


unlock 

- (void) unlock;

Description forthcoming.




Instance Variables for GSWSessionTimeOutManager Class

_callback

@protected SEL _callback;

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.


_selfLock

@protected NSLock* _selfLock;

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.


_selfLockn

@protected int _selfLockn;

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.


_sessionOrderedTimeOuts

@protected NSMutableArray* _sessionOrderedTimeOuts;

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.


_sessionTimeOuts

@protected NSMutableDictionary* _sessionTimeOuts;

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.


_target

@protected id _target;

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.


_timer

@protected NSTimer* _timer;

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 GSWSessionTimeOutManager(GSWSessionRefused) category

GSWSessionTimeOutManager(GSWSessionRefused)

Declared in:
Foundation/GSWSessionTimeOutManager.h
Standards:

Description forthcoming.

Method summary

handleTimerKillingApplication: 

- (void) handleTimerKillingApplication: (id)timer;

Description forthcoming.


handleTimerRefusingSessions: 

- (void) handleTimerRefusingSessions: (id)timer;

Description forthcoming.


startHandleTimerRefusingSessions 

- (void) startHandleTimerRefusingSessions;

Description forthcoming.



Up