ERXEOAccessUtilities.AdaptorChannelOperation< T > Interface Reference
List of all members.
|
Public Member Functions |
| T | execute (EODatabaseContext databaseContext, EOAdaptorChannel channel) throws Exception |
Detailed Description
Implemented by any adaptor channel operation that needs to run with an open adaptor channel.
- Author:
- mschrag
- Parameters:
-
| <T> | the type of the results of this operation |
Member Function Documentation
| T execute |
( |
EODatabaseContext |
databaseContext, |
|
|
EOAdaptorChannel |
channel | |
|
) |
| | throws Exception |
Executes the given operation with the given channel.
- Parameters:
-
| <T> | the type of the results of this operation |
| databaseContext | the locked database context to operate on |
| channel | the open adaptor channel to operate on |
- Exceptions:
-
| Exception | if anything goes wrong |
The documentation for this interface was generated from the following file: