Uses of Interface
org.eclipse.emf.cdo.transaction.CDOTransactionScope
Packages that use CDOTransactionScope
Package
Description
Client concepts for dealing with transactions, distributed transactions and their save points.
-
Uses of CDOTransactionScope in org.eclipse.emf.cdo.transaction
Methods in org.eclipse.emf.cdo.transaction that return CDOTransactionScopeModifier and TypeMethodDescriptionCDOPushTransaction.getInnermostScope()Deprecated.CDOTransaction.getInnermostScope()Returns the innermost currently open nested scope, ornullif no scope is open.CDOTransactionScope.getInnerScope()Returns the immediately nested scope, ornullif this is currently innermost.CDOPushTransaction.getOutermostScope()Deprecated.CDOTransaction.getOutermostScope()Returns the outermost currently open nested scope, ornullif no scope is open.CDOTransactionScope.getOuterScope()Returns the immediately enclosing scope, ornullfor the outermost scope.CDONestedTransaction.getScope()Returns the lifecycle scope represented by this transaction-like facade.CDOTransactionScopeClosedEvent.getScope()Returns the scope whose transition completed.CDOTransactionScopeOpenedEvent.getScope()Returns the scope that was opened.CDOPushTransaction.openScope()Deprecated.CDOTransaction.openScope()Opens a nested scope inside the current innermost scope, if any.CDOTransactionScope.openScope()Opens a child scope relative to this scope.Methods in org.eclipse.emf.cdo.transaction that return types with arguments of type CDOTransactionScope