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