Package org.eclipse.emf.cdo.transaction
Interface CDOTransactionOpener
- All Known Subinterfaces:
CDONet4jSession
,CDORepository
,CDOSession
,CDOSession
,CDOTransactionContainer
,InternalCDOSession
- All Known Implementing Classes:
CDOCompareEditorUtil.TransactionOpenerAndEditorCloser
public interface CDOTransactionOpener
Can open new
transactions
.- Since:
- 4.4
- Author:
- Eike Stepper
-
Method Summary
Modifier and TypeMethodDescriptionopenTransaction
(String durableLockingID, ResourceSet resourceSet) Opens and returns atransaction
on the given EMFresource set
by resuming a transaction that has previously been made durable by callingCDOTransaction.enableDurableLocking(true)
.openTransaction
(CDOBranchPoint target, ResourceSet resourceSet) Opens and returns a newtransaction
on the given EMFresource set
.
-
Method Details
-
openTransaction
Opens and returns a newtransaction
on the given EMFresource set
. -
openTransaction
Opens and returns atransaction
on the given EMFresource set
by resuming a transaction that has previously been made durable by callingCDOTransaction.enableDurableLocking(true)
.
-