Up
Authors
- Mirko Viviani (
mirko.viviani@gmail.com)
-
Date: Generated at 2025-12-01
Copyright: (C)
2000,2002,2003,2004,2005 Free Software
Foundation, Inc.
- Declared in:
- EOAccess/EOAdaptorContext.h
Description forthcoming.
EOAdaptorContext declares 5 Instance Variables
- (
EOAdaptor*)
adaptor;
Description forthcoming.
- (
NSArray*)
channels;
Description forthcoming.
- (id)
delegate;
Description forthcoming.
- (void)
handleDroppedConnection;
Description forthcoming.
- (BOOL)
hasBusyChannels;
Description forthcoming.
- (BOOL)
hasOpenChannels;
Description forthcoming.
- (id)
initWithAdaptor: (
EOAdaptor*)adaptor;
Description forthcoming.
- (void)
setDelegate: (id)delegate;
Description forthcoming.
Instance Variables for EOAdaptorContext Class
@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.
@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.
@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.
@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.
@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.
- Declared in:
- EOAccess/EOAdaptorContext.h
Description forthcoming.
+ (BOOL)
debugEnabledDefault;
Description forthcoming.
+ (void)
setDebugEnabledDefault: (BOOL)flag;
Description forthcoming.
- (void)
beginTransaction;
Description forthcoming.
- (BOOL)
canNestTransactions;
Description forthcoming.
- (void)
commitTransaction;
Description forthcoming.
- (BOOL)
hasOpenTransaction;
Description forthcoming.
- (BOOL)
isDebugEnabled;
Description forthcoming.
- (void)
rollbackTransaction;
Description forthcoming.
- (void)
setDebugEnabled: (BOOL)debugEnabled;
Description forthcoming.
- (void)
transactionDidBegin;
Description forthcoming.
- (void)
transactionDidCommit;
Description forthcoming.
- (void)
transactionDidRollback;
Description forthcoming.
- (unsigned)
transactionNestingLevel;
Description forthcoming.
- Declared in:
- EOAccess/EOAdaptorContext.h
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.
- (void)
_channelDidInit: (id)channel;
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.
- (void)
_channelWillDealloc: (id)channel;
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.
- Declared in:
- EOAccess/EOAdaptorContext.h
Description forthcoming.
- (void)
adaptorContextDidBegin: (id)context;
Description forthcoming.
- (void)
adaptorContextDidCommit: (id)context;
Description forthcoming.
- (void)
adaptorContextDidRollback: (id)context;
Description forthcoming.
- (BOOL)
adaptorContextShouldBegin: (id)context;
Description forthcoming.
- (BOOL)
adaptorContextShouldCommit: (id)context;
Description forthcoming.
- (BOOL)
adaptorContextShouldConnect: (id)context;
Description forthcoming.
- (BOOL)
adaptorContextShouldRollback: (id)context;
Description forthcoming.
typedef enum ... EODelegateResponse;
Description forthcoming.
NSString* EOAdaptorContextBeginTransactionNotification;
Description forthcoming.
NSString* EOAdaptorContextCommitTransactionNotification;
Description forthcoming.
NSString* EOAdaptorContextRollbackTransactionNotification;
Description forthcoming.
Up