Up

GSWeb: Class GSWDefaultAdaptor

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.22

Date: 2004/09/01 13:53:24

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


Contents -

  1. Software documentation for the GSWDefaultAdaptor class
  2. Software documentation for the GSWDefaultAdaptor(GSWDefaultAdaptorA) category

Software documentation for the GSWDefaultAdaptor class

GSWDefaultAdaptor : GSWAdaptor

Declared in:
Foundation/GSWDefaultAdaptor.h
Standards:

Description forthcoming.


Instance Variables

Method summary

logWithFormat: ,...

+ (void) logWithFormat: (NSString*)format,...;

Description forthcoming.


adaptorThreadExited: 

- (void) adaptorThreadExited: (GSWDefaultAdaptorThread*)adaptorThread;

Description forthcoming.


dispatchesRequestsConcurrently 

- (BOOL) dispatchesRequestsConcurrently;

Description forthcoming.


doesBusyRunOnce 

- (BOOL) doesBusyRunOnce;

Description forthcoming.


host 

- (NSString*) host;

Description forthcoming.


initWithName: arguments: 

- (id) initWithName: (NSString*)name arguments: (NSDictionary*)arguments;

Description forthcoming.


isConnectionAllowedWithHandle: returnedMessage: 

- (BOOL) isConnectionAllowedWithHandle: (NSFileHandle*)handle returnedMessage: (NSString**)retMessage;

Description forthcoming.


isMultiThreadEnabled 

- (BOOL) isMultiThreadEnabled;

Description forthcoming.


logWithFormat: ,...

- (void) logWithFormat: (NSString*)format,...;

Description forthcoming.


port 

- (int) port;

Description forthcoming.


registerForEvents 

- (void) registerForEvents;

Description forthcoming.


runOnce 

- (void) runOnce;

Description forthcoming.


setListenQueueSize: 

- (void) setListenQueueSize: (id)listenQueueSize;

Description forthcoming.


setWorkerThreadCount: 

- (void) setWorkerThreadCount: (id)workerThreadCount;

Description forthcoming.


setWorkerThreadCountMax: 

- (void) setWorkerThreadCountMax: (id)workerThreadCount;

Description forthcoming.


setWorkerThreadCountMin: 

- (void) setWorkerThreadCountMin: (id)workerThreadCount;

Description forthcoming.


tryLock 

- (BOOL) tryLock;

Description forthcoming.


unlock 

- (void) unlock;

Description forthcoming.


unregisterForEvents 

- (void) unregisterForEvents;

Description forthcoming.


workerThreadCount 

- (id) workerThreadCount;

Description forthcoming.


workerThreadCountMax 

- (id) workerThreadCountMax;

Description forthcoming.


workerThreadCountMin 

- (id) workerThreadCountMin;

Description forthcoming.




Instance Variables for GSWDefaultAdaptor Class

_adaptorHost

@protected NSString* _adaptorHost;

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.


_blocked

@protected BOOL _blocked;

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.


_fileHandle

@protected NSFileHandle* _fileHandle;

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.


_host

@protected NSString* _host;

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.


_instance

@protected int _instance;

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.


_isMultiThreadEnabled

@protected BOOL _isMultiThreadEnabled;

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.


_port

@protected int _port;

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.


_queueSize

@protected int _queueSize;

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.


_threads

@protected NSMutableArray* _threads;

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.


_waitingThreads

@protected NSMutableArray* _waitingThreads;

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.


_workerThreadCount

@protected int _workerThreadCount;

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.


_workerThreadCountMax

@protected int _workerThreadCountMax;

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.


_workerThreadCountMin

@protected int _workerThreadCountMin;

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 GSWDefaultAdaptor(GSWDefaultAdaptorA) category

GSWDefaultAdaptor(GSWDefaultAdaptorA)

Declared in:
Foundation/GSWDefaultAdaptor.h
Standards:

Description forthcoming.

Method summary

_runOnce 

- (void) _runOnce;

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.


run 

- (void) run;

Description forthcoming.


stop 

- (void) stop;

Description forthcoming.



Up