Uses of Interface
org.eclipse.emf.cdo.spi.server.InternalTransaction
Packages that use InternalTransaction
Package
Description
Server service provider interfaces and useful base implementations.
-
Uses of InternalTransaction in org.eclipse.emf.cdo.spi.server
Methods in org.eclipse.emf.cdo.spi.server that return InternalTransactionModifier and TypeMethodDescriptionInternalCommitContext.getTransaction()
InternalSession.openTransaction
(int viewID, CDOBranchPoint branchPoint) InternalSession.openTransaction
(int viewID, CDOBranchPoint branchPoint, String durableLockingID) Methods in org.eclipse.emf.cdo.spi.server with parameters of type InternalTransactionModifier and TypeMethodDescriptionInternalRepository.createCommitContext
(InternalTransaction transaction) InternalCommitManager.get
(InternalTransaction transaction) void
InternalCommitManager.waitForTermination
(InternalTransaction transaction) Waiting for a commit to be done.