Package org.eclipse.emf.cdo.transaction
Class CDOTransaction.CommitResult<T>
java.lang.Object
org.eclipse.emf.cdo.transaction.CDOTransaction.CommitResult<T>
- Enclosing interface:
- CDOTransaction
A value type that combines the result of a persistable computation and the
commit info
of the final transaction commit
. A persistable computation is a Callable
that
operates on and possibly modifies the objects
of a transaction
.- Since:
- 4.8
- Author:
- Eike Stepper
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CommitResult
-
-
Method Details
-
getResult
-
getInfo
-