ERXForwardingAdaptorContext Class Reference
Inherits com::webobjects::eoaccess::EOAdaptorContext.
List of all members.
Constructor & Destructor Documentation
Member Function Documentation
| void _beginTransaction |
( |
NSNotification |
notification |
) |
|
| void _commitTransaction |
( |
NSNotification |
notification |
) |
|
| NSDictionary _newPrimaryKey |
( |
EOEnterpriseObject |
object, |
|
|
EOEntity |
entity | |
|
) |
| | |
| void _registerAdaptorChannel |
( |
EOAdaptorChannel |
channel |
) |
|
| void _registerForAdaptorContextNotifications |
( |
|
) |
|
| void _rollbackTransaction |
( |
NSNotification |
notification |
) |
|
| void _unregisterAdaptorChannel |
( |
EOAdaptorChannel |
channel |
) |
|
| void _unregisterForAdaptorContextNotifications |
( |
|
) |
|
| void beginTransaction |
( |
|
) |
|
| boolean canNestTransactions |
( |
|
) |
|
| void commitTransaction |
( |
|
) |
|
| EOAdaptorChannel createAdaptorChannel |
( |
|
) |
|
| static Object defaultDelegate |
( |
|
) |
[static] |
| EOAdaptorContext forwardedContext |
( |
|
) |
|
| void handleDroppedConnection |
( |
|
) |
|
| boolean hasBusyChannels |
( |
|
) |
|
| boolean hasOpenChannels |
( |
|
) |
|
| boolean hasOpenTransaction |
( |
|
) |
|
| EOAdaptor originalAdaptor |
( |
|
) |
|
| void rollbackTransaction |
( |
|
) |
|
| void setDelegate |
( |
Object |
delegate |
) |
|
| void transactionDidBegin |
( |
|
) |
|
| void transactionDidCommit |
( |
|
) |
|
| void transactionDidRollback |
( |
|
) |
|
| int transactionNestingLevel |
( |
|
) |
|
Member Data Documentation
final NSSelector _beginTransactionSelector = new NSSelector("_beginTransaction", _NSUtilities._NotificationClassArray) [static, private] |
final NSSelector _commitTransactionSelector = new NSSelector("_commitTransaction", _NSUtilities._NotificationClassArray) [static, private] |
final NSSelector _rollbackTransactionSelector = new NSSelector("_rollbackTransaction", _NSUtilities._NotificationClassArray) [static, private] |
The documentation for this class was generated from the following file: