er.extensions.eof
Interface ERXEOAccessUtilities.AdaptorChannelOperation<T>
- Type Parameters:
T
- the type of the results of this operation
- Enclosing class:
- ERXEOAccessUtilities
public static interface ERXEOAccessUtilities.AdaptorChannelOperation<T>
Implemented by any adaptor channel operation that needs to run with an open adaptor channel.
- Author:
- mschrag
Method Summary |
T |
execute(com.webobjects.eoaccess.EODatabaseContext databaseContext,
com.webobjects.eoaccess.EOAdaptorChannel channel)
Executes the given operation with the given channel. |
execute
T execute(com.webobjects.eoaccess.EODatabaseContext databaseContext,
com.webobjects.eoaccess.EOAdaptorChannel channel)
throws java.lang.Exception
- Executes the given operation with the given channel.
- Type Parameters:
T
- the type of the results of this operation- Parameters:
databaseContext
- the locked database context to operate onchannel
- the open adaptor channel to operate on
- Throws:
java.lang.Exception
- if anything goes wrong
Copyright © 2002 – 2007 Project Wonder.