Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
Date: Generated at 2025-12-01
Copyright: (C) 1999-2002 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWSessionTimeOutManager.h
- Conforms to:
- NSLocking
Availability: OpenStep
Description forthcoming.
GSWSessionTimeOutManager declares 7 Instance Variables
- (void)
addTimer: (
NSTimer*)timer;
Availability: OpenStep
Description forthcoming.
- (void)
handleTimer: (
NSTimer*)timer;
Availability: OpenStep
Description forthcoming.
- (void)
handleTimerKillingApplication: (id)timer;
Availability: OpenStep
Description forthcoming.
- (void)
handleTimerRefusingSessions: (id)timer;
Availability: OpenStep
Description forthcoming.
- (void)
lock;
Availability: OpenStep
Description forthcoming.
- (void)
lockBeforeTimeIntervalSinceNow: (
NSTimeInterval)ti;
Availability: OpenStep
Description forthcoming.
- (void)
removeCallBack;
Availability: OpenStep
Description forthcoming.
- (
NSTimer*)
resetTimer;
Availability: OpenStep
Description forthcoming.
- (void)
setCallBack: (SEL)callback
target: (id)target;
Availability: OpenStep
Description forthcoming.
- (void)
startHandleTimerRefusingSessions;
Availability: OpenStep
Description forthcoming.
- (BOOL)
tryLockBeforeTimeIntervalSinceNow: (
NSTimeInterval)ti;
Availability: OpenStep
Description forthcoming.
- (void)
unlock;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWSessionTimeOutManager Class
@protected SEL
_callback;
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 NSLock*
_selfLock;
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
_selfLockn;
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 NSMutableArray*
_sessionOrderedTimeOuts;
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 NSMutableDictionary*
_sessionTimeOuts;
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 id
_target;
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 NSTimer*
_timer;
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.
Up