Up

GSWeb: Class GSWLifebeatThread

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.1

Date: 2003/11/24 10:24:16

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

Software documentation for the GSWLifebeatThread class

GSWLifebeatThread : NSObject

Declared in:
Foundation/GSWLifebeatThread.h
Standards:

Description forthcoming.


Instance Variables

Method summary

lifebeatThreadWithApplication: name: host: port: lifebeatHost: lifebeatPort: interval: 

+ (GSWLifebeatThread*) lifebeatThreadWithApplication: (GSWApplication*)application name: (NSString*)name host: (NSString*)host port: (int)port lifebeatHost: (NSString*)lifebeatHost lifebeatPort: (int)lifebeatPort interval: (NSTimeInterval)interval;

Description forthcoming.


threadExited: 

+ (id) threadExited: (NSNotification*)notif;

Description forthcoming.


initWithApplication: name: host: port: lifebeatHost: lifebeatPort: interval: 

- (id) initWithApplication: (GSWApplication*)application name: (NSString*)name host: (NSString*)host port: (int)port lifebeatHost: (NSString*)lifebeatHost lifebeatPort: (int)lifebeatPort interval: (NSTimeInterval)interval;

Description forthcoming.


pool 

- (NSAutoreleasePool*) pool;

Description forthcoming.


run: 

- (void) run: (id)nothing;

Description forthcoming.


setPool: destroyLast: 

- (void) setPool: (NSAutoreleasePool*)pool destroyLast: (BOOL)destroy;

Description forthcoming.


threadExited 

- (void) threadExited;

Description forthcoming.




Instance Variables for GSWLifebeatThread Class

_application

@protected GSWApplication* _application;

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.


_applicationHost

@protected NSString* _applicationHost;

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.


_applicationName

@protected NSString* _applicationName;

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.


_applicationPort

@protected int _applicationPort;

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.


_baseURL

@protected NSString* _baseURL;

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.


_creationDate

@protected NSDate* _creationDate;

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.


_interval

@protected NSTimeInterval _interval;

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.


_lifebeatHost

@protected NSString* _lifebeatHost;

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.


_lifebeatPort

@protected int _lifebeatPort;

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.


_messages

@protected NSDictionary* _messages;

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.


_pool

@protected NSAutoreleasePool* _pool;

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.


_requestNamingConv

@protected int _requestNamingConv;

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