Verwendungen von Klasse
org.eclipse.emf.cdo.util.ConcurrentAccessException
Packages, die ConcurrentAccessException verwenden
Package
Beschreibung
Client concepts for dealing with CDO Lifecycle Management systems and assemblies.
Client concepts for dealing with transactions, distributed transactions and their save points.
Client utility classes, some common interfaces and exceptions.
-
Verwendungen von ConcurrentAccessException in org.eclipse.emf.cdo.lm.client
Methoden in org.eclipse.emf.cdo.lm.client, die ConcurrentAccessException auslösenModifizierer und TypMethodeBeschreibungISystemDescriptor.createChange
(Stream stream, FixedBaseline base, String label, IProgressMonitor monitor) ISystemDescriptor.createDelivery
(Stream stream, Change change, LMMerger merger, IProgressMonitor monitor) ISystemDescriptor.createDrop
(Stream stream, DropType dropType, long timeStamp, String label, IProgressMonitor monitor) LMImporter.DropCreator.createDrop
(ISystemDescriptor systemDescriptor, Stream stream, long timeStamp, IProgressMonitor monitor) ISystemDescriptor.createModule
(String name, ModuleType type, StreamSpec streamSpec, IProgressMonitor monitor) ISystemDescriptor.createModule
(String name, StreamSpec streamSpec, IProgressMonitor monitor) ISystemDescriptor.createStream
(Module module, Drop base, StreamSpec streamSpec, IProgressMonitor monitor) void
ISystemDescriptor.deleteChange
(Change change, IProgressMonitor monitor) void
ISystemDescriptor.deleteModule
(Module module, IProgressMonitor monitor) LMImporter.ImportResolution.importModules
(ISystemDescriptor systemDescriptor) <E extends ModelElement,
R>
RISystemDescriptor.modify
(E element, Function<E, R> modifier, IProgressMonitor monitor) <R> R
ISystemDescriptor.modify
(Function<System, R> modifier, IProgressMonitor monitor) void
ISystemDescriptor.renameChange
(Change change, String newLabel, IProgressMonitor monitor) -
Verwendungen von ConcurrentAccessException in org.eclipse.emf.cdo.transaction
Methoden in org.eclipse.emf.cdo.transaction mit Parametern vom Typ ConcurrentAccessExceptionModifizierer und TypMethodeBeschreibungprotected void
CDOAutoCommitter.handleConcurrentAccessException
(CDOTransaction transaction, ConcurrentAccessException ex) Methoden in org.eclipse.emf.cdo.transaction, die ConcurrentAccessException auslösenModifizierer und TypMethodeBeschreibungCDOPushTransaction.commit
(Runnable runnable, int attempts, IProgressMonitor monitor) CDOPushTransaction.commit
(Runnable runnable, Predicate<Long> retry, IProgressMonitor monitor) CDOPushTransaction.commit
(Runnable runnable, org.eclipse.net4j.util.Predicate<Long> retry, IProgressMonitor monitor) Veraltet.<T> CDOTransaction.CommitResult
<T> CDOPushTransaction.commit
(Callable<T> callable, int attempts, IProgressMonitor monitor) <T> CDOTransaction.CommitResult
<T> CDOPushTransaction.commit
(Callable<T> callable, Predicate<Long> retry, IProgressMonitor monitor) <T> CDOTransaction.CommitResult
<T> CDOPushTransaction.commit
(Callable<T> callable, org.eclipse.net4j.util.Predicate<Long> retry, IProgressMonitor monitor) Veraltet.CDOTransaction.commit
(Runnable runnable, int attempts, IProgressMonitor monitor) CDOTransaction.commit
(Runnable runnable, Predicate<Long> retry, IProgressMonitor monitor) CDOTransaction.commit
(Runnable runnable, org.eclipse.net4j.util.Predicate<Long> retry, IProgressMonitor monitor) Veraltet.<T> CDOTransaction.CommitResult
<T> CDOTransaction.commit
(Callable<T> callable, int attempts, IProgressMonitor monitor) <T> CDOTransaction.CommitResult
<T> CDOTransaction.commit
(Callable<T> callable, Predicate<Long> retry, IProgressMonitor monitor) <T> CDOTransaction.CommitResult
<T> CDOTransaction.commit
(Callable<T> callable, org.eclipse.net4j.util.Predicate<Long> retry, IProgressMonitor monitor) Veraltet.CDOUserTransaction.commit()
Same ascommit(null)
.CDOUserTransaction.commit
(IProgressMonitor monitor) Commits the modifications of this transaction to the repository and returns acommit info
object if successful. -
Verwendungen von ConcurrentAccessException in org.eclipse.emf.cdo.util
Unterklassen von ConcurrentAccessException in org.eclipse.emf.cdo.utilModifizierer und TypKlasseBeschreibungclass
Aconcurrent access exception
that indicates that some of the local modifications are based on old revisions because other transactions have intermittently committed their modifications.class
Aconcurrent access exception
that indicates an attempt of the local transaction to introduce a containment cycle.class
Acommit conflict exception
that indicates that the transaction has localconflicts
.class
Aconcurrent access exception
that indicates that the repository can not acquire optimistic locks for some of the locally modified objects.
CDOTransaction.commit(Runnable, java.util.function.Predicate, IProgressMonitor)
.