Up

EOAdaptorContext Class

Authors

Mirko Viviani (mirko.viviani@rccr.cremona.it)

Version: 21645

Date: 2005-08-17 10:07:57 +0200 (Mit, 17 Aug 2005)

Copyright: (C) 2000,2002,2003,2004,2005 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the EOAdaptorContext class
  2. Software documentation for the EOAdaptorContext(EOTransactions) category
  3. Software documentation for the EOAdaptorContext(Private) category
  4. Software documentation for the NSObject(EOAdaptorContextDelegation) informal protocol
  5. EOAdaptorContext types

Software documentation for the EOAdaptorContext class

EOAdaptorContext : NSObject

Declared in:
EOAccess/EOAdaptorContext.h
Availability: OpenStep

Description forthcoming.

Instance Variables

Method summary

adaptorContextWithAdaptor: 

+ (EOAdaptorContext*) adaptorContextWithAdaptor: (EOAdaptor*)adaptor;
Availability: OpenStep

Description forthcoming.

adaptor 

- (EOAdaptor*) adaptor;
Availability: OpenStep

Description forthcoming.

channels 

- (NSArray*) channels;
Availability: OpenStep

Description forthcoming.

createAdaptorChannel 

- (EOAdaptorChannel*) createAdaptorChannel;
Availability: OpenStep

Description forthcoming.

delegate 

- (id) delegate;
Availability: OpenStep

Description forthcoming.

handleDroppedConnection 

- (void) handleDroppedConnection;
Availability: OpenStep

Description forthcoming.

hasBusyChannels 

- (BOOL) hasBusyChannels;
Availability: OpenStep

Description forthcoming.

hasOpenChannels 

- (BOOL) hasOpenChannels;
Availability: OpenStep

Description forthcoming.

initWithAdaptor: 

- (id) initWithAdaptor: (EOAdaptor*)adaptor;
Availability: OpenStep

Description forthcoming.

setDelegate: 

- (void) setDelegate: (id)delegate;
Availability: OpenStep

Description forthcoming.



Instance Variables for EOAdaptorContext Class

_adaptor

@protected EOAdaptor* _adaptor;
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.

_channels

@protected NSMutableArray* _channels;
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.

_debug

@protected BOOL _debug;
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.

_delegate

@protected id _delegate;
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.

_delegateRespondsTo

@protected struct ... _delegateRespondsTo;
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.

_transactionNestingLevel

@protected unsigned short int _transactionNestingLevel;
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 EOAdaptorContext(EOTransactions) category

EOAdaptorContext(EOTransactions)

Declared in:
EOAccess/EOAdaptorContext.h
Availability: OpenStep

Description forthcoming.
Method summary

debugEnabledDefault 

+ (BOOL) debugEnabledDefault;
Availability: OpenStep

Description forthcoming.

setDebugEnabledDefault: 

+ (void) setDebugEnabledDefault: (BOOL)flag;
Availability: OpenStep

Description forthcoming.

beginTransaction 

- (void) beginTransaction;
Availability: OpenStep

Description forthcoming.

canNestTransactions 

- (BOOL) canNestTransactions;
Availability: OpenStep

Description forthcoming.

commitTransaction 

- (void) commitTransaction;
Availability: OpenStep

Description forthcoming.

hasOpenTransaction 

- (BOOL) hasOpenTransaction;
Availability: OpenStep

Description forthcoming.

isDebugEnabled 

- (BOOL) isDebugEnabled;
Availability: OpenStep

Description forthcoming.

rollbackTransaction 

- (void) rollbackTransaction;
Availability: OpenStep

Description forthcoming.

setDebugEnabled: 

- (void) setDebugEnabled: (BOOL)debugEnabled;
Availability: OpenStep

Description forthcoming.

transactionDidBegin 

- (void) transactionDidBegin;
Availability: OpenStep

Description forthcoming.

transactionDidCommit 

- (void) transactionDidCommit;
Availability: OpenStep

Description forthcoming.

transactionDidRollback 

- (void) transactionDidRollback;
Availability: OpenStep

Description forthcoming.

transactionNestingLevel 

- (unsigned) transactionNestingLevel;
Availability: OpenStep

Description forthcoming.

Software documentation for the EOAdaptorContext(Private) category

EOAdaptorContext(Private)

Declared in:
EOAccess/EOAdaptorContext.h
Availability: OpenStep

Warning this category is private, which means that the methods are for internal use by the package. You should not use them in external code.
Method summary

_channelDidInit: 

- (void) _channelDidInit: (id)channel;
Availability: OpenStep

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.

_channelWillDealloc: 

- (void) _channelWillDealloc: (id)channel;
Availability: OpenStep

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.

Software documentation for the NSObject(EOAdaptorContextDelegation) informal protocol

NSObject(EOAdaptorContextDelegation)

Declared in:
EOAccess/EOAdaptorContext.h
Availability: OpenStep

Description forthcoming.
Method summary

adaptorContextDidBegin: 

- (void) adaptorContextDidBegin: (id)context;
Availability: OpenStep

Description forthcoming.

adaptorContextDidCommit: 

- (void) adaptorContextDidCommit: (id)context;
Availability: OpenStep

Description forthcoming.

adaptorContextDidRollback: 

- (void) adaptorContextDidRollback: (id)context;
Availability: OpenStep

Description forthcoming.

adaptorContextShouldBegin: 

- (BOOL) adaptorContextShouldBegin: (id)context;
Availability: OpenStep

Description forthcoming.

adaptorContextShouldCommit: 

- (BOOL) adaptorContextShouldCommit: (id)context;
Availability: OpenStep

Description forthcoming.

adaptorContextShouldConnect: 

- (BOOL) adaptorContextShouldConnect: (id)context;
Availability: OpenStep

Description forthcoming.

adaptorContextShouldRollback: 

- (BOOL) adaptorContextShouldRollback: (id)context;
Availability: OpenStep

Description forthcoming.

EOAdaptorContext types

EODelegateResponse

typedef enum ... EODelegateResponse;
Description forthcoming.


Up