Up

GSWeb: Class GSWStatsPage

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.7

Date: 2003/03/24 07:45:51

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

Software documentation for the GSWStatsPage class

GSWStatsPage : GSWComponent

Declared in:
Foundation/GSWStatsPage.h
Standards:

Description forthcoming.


Instance Variables

Method summary

_initIvars 

- (id) _initIvars;

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.


_maxServedForDictionary: 

- (NSNumber*) _maxServedForDictionary: (NSDictionary*)aDictionary;

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.


appendToResponse: inContext: 

- (void) appendToResponse: (GSWResponse*)aResponse inContext: (GSWContext*)aContext;

Description forthcoming.


detailCount 

- (id) detailCount;

Description forthcoming.


detailPercent 

- (NSNumber*) detailPercent;

Description forthcoming.


host 

- (id) host;

Description forthcoming.


instance 

- (id) instance;

Description forthcoming.


runningTime 

- (id) runningTime;

Description forthcoming.


setDetailPercent: 

- (void) setDetailPercent: (NSNumber*)aValue;

Description forthcoming.




Instance Variables for GSWStatsPage Class

_detailsDict

@protected NSDictionary* _detailsDict;

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.


_directActionsDict

@protected NSDictionary* _directActionsDict;

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.


_maxActionCount

@protected NSNumber* _maxActionCount;

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.


_maxPageCount

@protected NSNumber* _maxPageCount;

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.


_maxSessionsDate

@protected NSDate* _maxSessionsDate;

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.


_memoryDict

@protected NSDictionary* _memoryDict;

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.


_pagesDict

@protected NSDictionary* _pagesDict;

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.


_password

@protected NSString* _password;

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.


_sessionMemoryDict

@protected NSDictionary* _sessionMemoryDict;

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.


_sessionStats

@protected NSArray* _sessionStats;

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.


_sessionsDict

@protected NSMutableDictionary* _sessionsDict;

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.


_statsDict

@protected NSDictionary* _statsDict;

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.


_tmpItem

@protected NSString* _tmpItem;

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.


_tmpKey

@protected NSString* _tmpKey;

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.


_transactions

@protected NSDictionary* _transactions;

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.


_userName

@protected NSString* _userName;

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