Project Wonder 5.0

er.extensions.eof
Interface ERXEOAccessUtilities.DatabaseContextOperation<T>

Type Parameters:
T - the type of the results of this operation
Enclosing class:
ERXEOAccessUtilities

public static interface ERXEOAccessUtilities.DatabaseContextOperation<T>

Implemented by any database operation that needs to run inside of a database context lock.

Author:
mschrag

Method Summary
 T execute(com.webobjects.eoaccess.EODatabaseContext databaseContext)
          Executes the given operation.
 

Method Detail

execute

T execute(com.webobjects.eoaccess.EODatabaseContext databaseContext)
          throws java.lang.Exception
Executes the given operation.

Type Parameters:
T - the type of the results of this operation
Parameters:
databaseContext - the database context 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.