Package | Description |
---|---|
org.eclipse.emf.cdo.transaction |
Client concepts for dealing with transactions, distributed transactions and their save points.
|
org.eclipse.emf.cdo.util |
Client utility classes, some common interfaces and exceptions.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CDOAutoCommitter.handleConcurrentAccessException(CDOTransaction transaction,
ConcurrentAccessException ex) |
Modifier and Type | Method and Description |
---|---|
CDOCommitInfo |
CDOUserTransaction.commit()
Same as
commit(null) . |
<T> CDOTransaction.CommitResult<T> |
CDOPushTransaction.commit(java.util.concurrent.Callable<T> callable,
int attempts,
IProgressMonitor monitor) |
<T> CDOTransaction.CommitResult<T> |
CDOTransaction.commit(java.util.concurrent.Callable<T> callable,
int attempts,
IProgressMonitor monitor) |
<T> CDOTransaction.CommitResult<T> |
CDOPushTransaction.commit(java.util.concurrent.Callable<T> callable,
Predicate<java.lang.Long> retry,
IProgressMonitor monitor)
Deprecated.
|
<T> CDOTransaction.CommitResult<T> |
CDOPushTransaction.commit(java.util.concurrent.Callable<T> callable,
java.util.function.Predicate<java.lang.Long> retry,
IProgressMonitor monitor) |
<T> CDOTransaction.CommitResult<T> |
CDOTransaction.commit(java.util.concurrent.Callable<T> callable,
Predicate<java.lang.Long> retry,
IProgressMonitor monitor)
Deprecated.
|
<T> CDOTransaction.CommitResult<T> |
CDOTransaction.commit(java.util.concurrent.Callable<T> callable,
java.util.function.Predicate<java.lang.Long> retry,
IProgressMonitor monitor) |
CDOCommitInfo |
CDOUserTransaction.commit(IProgressMonitor monitor)
Commits the modifications of this transaction to the repository and returns a
commit info object if successful. |
CDOCommitInfo |
CDOPushTransaction.commit(java.lang.Runnable runnable,
int attempts,
IProgressMonitor monitor) |
CDOCommitInfo |
CDOTransaction.commit(java.lang.Runnable runnable,
int attempts,
IProgressMonitor monitor) |
CDOCommitInfo |
CDOPushTransaction.commit(java.lang.Runnable runnable,
Predicate<java.lang.Long> retry,
IProgressMonitor monitor)
Deprecated.
|
CDOCommitInfo |
CDOPushTransaction.commit(java.lang.Runnable runnable,
java.util.function.Predicate<java.lang.Long> retry,
IProgressMonitor monitor) |
CDOCommitInfo |
CDOTransaction.commit(java.lang.Runnable runnable,
Predicate<java.lang.Long> retry,
IProgressMonitor monitor)
Deprecated.
|
CDOCommitInfo |
CDOTransaction.commit(java.lang.Runnable runnable,
java.util.function.Predicate<java.lang.Long> retry,
IProgressMonitor monitor) |
Modifier and Type | Class and Description |
---|---|
class |
CommitConflictException
A
concurrent access exception that indicates that some of the local modifications are based on old revisions
because other transactions have intermittently committed their modifications. |
class |
ContainmentCycleException
A
concurrent access exception that indicates an attempt of the local transaction to introduce a containment cycle. |
class |
LocalCommitConflictException
A
commit conflict exception that indicates that the transaction has local conflicts . |
class |
OptimisticLockingException
A
concurrent access exception that indicates that the repository can not acquire optimistic locks for some of the locally modified objects. |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html