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/GSWSessionTimeOut.h
Availability: OpenStep
Description forthcoming.
GSWSessionTimeOut declares 4 Instance Variables
+ (id)
timeOutWithSessionID: (
NSString*)aSessionID
lastAccessTime: (
NSTimeInterval)aTime
sessionTimeOut: (
NSTimeInterval)aTimeOutInterval;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
description;
Availability: OpenStep
Description forthcoming.
- (id)
initWithSessionID: (
NSString*)aSessionID
lastAccessTime: (
NSTimeInterval)aTime
sessionTimeOut: (
NSTimeInterval)aTimeOutInterval;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isCheckedOut;
Availability: OpenStep
Description forthcoming.
- (
NSTimeInterval)
lastAccessTime;
Availability: OpenStep
Description forthcoming.
- (
NSDate*)
lastAccessTimeDate;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
sessionID;
Availability: OpenStep
Description forthcoming.
- (
NSTimeInterval)
sessionTimeOutValue;
Availability: OpenStep
Description forthcoming.
- (void)
setIsCheckedOut: (BOOL)isCheckOut;
Availability: OpenStep
Description forthcoming.
- (void)
setLastAccessTime: (
NSTimeInterval)aTime;
Availability: OpenStep
Description forthcoming.
- (void)
setSessionTimeOutValue: (
NSTimeInterval)aTimeOutInterval;
Availability: OpenStep
Description forthcoming.
- (
NSTimeInterval)
timeOutTime;
Availability: OpenStep
Description forthcoming.
- (
NSDate*)
timeOutTimeDate;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWSessionTimeOut Class
@protected BOOL
_isCheckedOut;
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 NSTimeInterval
_lastAccessTime;
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 NSString*
_sessionID;
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 NSTimeInterval
_timeOut;
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