Klasse CDOTransaction.CommitResult<T>

java.lang.Object
org.eclipse.emf.cdo.transaction.CDOTransaction.CommitResult<T>
Umschließende Schnittstelle:
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.
Seit:
4.8
Autor:
Eike Stepper
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getResult

      public T getResult()
    • getInfo

      public CDOCommitInfo getInfo()