Up

GSWeb: Class GSWAdaptor

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.6

Date: 2003/03/21 14:32:54

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


Contents -

  1. Software documentation for the GSWAdaptor class
  2. Software documentation for the GSWAdaptor(GSWAdaptorOldFn) category

Software documentation for the GSWAdaptor class

GSWAdaptor : NSObject

Declared in:
Foundation/GSWAdaptor.h
Standards:

Description forthcoming.

Method summary

adaptorThreadExited: 

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

Description forthcoming.


dispatchesRequestsConcurrently 

- (BOOL) dispatchesRequestsConcurrently;

Description forthcoming.


doesBusyRunOnce 

- (BOOL) doesBusyRunOnce;

Description forthcoming.


initWithName: arguments: 

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

Description forthcoming.


isMultiThreadEnabled 

- (BOOL) isMultiThreadEnabled;

Description forthcoming.


port 

- (int) port;

Description forthcoming.


registerForEvents 

- (void) registerForEvents;

Description forthcoming.


runOnce 

- (void) runOnce;

Description forthcoming.


unregisterForEvents 

- (void) unregisterForEvents;

Description forthcoming.


workerThreadCount 

- (id) workerThreadCount;

Description forthcoming.


Software documentation for the GSWAdaptor(GSWAdaptorOldFn) category

GSWAdaptor(GSWAdaptorOldFn)

Declared in:
Foundation/GSWAdaptor.h
Standards:

Description forthcoming.

Method summary

registerPort: forApplicationNamed: 

- (void) registerPort: (int)port forApplicationNamed: (NSString*)applicationName;

Description forthcoming.



Up