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. |
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
Copyright © 2002 – 2007 Project Wonder.