Class CDOTransaction.CommitResult<T>

java.lang.Object
org.eclipse.emf.cdo.transaction.CDOTransaction.CommitResult<T>
Enclosing interface:
CDOTransaction

public static final class CDOTransaction.CommitResult<T> extends Object
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 Details

  • Method Details

    • getResult

      public T getResult()
    • getInfo

      public CDOCommitInfo getInfo()