Project Wonder 5.0

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.
 

Method Detail

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 on
channel - the open adaptor channel to operate on
Throws:
java.lang.Exception - if anything goes wrong

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.