Verwendungen von Klasse
org.eclipse.emf.cdo.util.CommitException
Packages, die CommitException 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.
Concepts to checkout, open and further operate CDO
workspaces
.-
Verwendungen von CommitException in org.eclipse.emf.cdo.lm.client
Methoden in org.eclipse.emf.cdo.lm.client, die CommitException auslösenModifizierer und TypMethodeBeschreibungISystemDescriptor.attachFingerPrint
(FixedBaseline fixedBaseline) ISystemDescriptor.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 CommitException in org.eclipse.emf.cdo.transaction
Methoden in org.eclipse.emf.cdo.transaction mit Parametern vom Typ CommitExceptionModifizierer und TypMethodeBeschreibungprotected void
CDOAutoCommitter.handleCommitException
(CDOTransaction transaction, CommitException ex) Methoden in org.eclipse.emf.cdo.transaction, die CommitException auslösenModifizierer und TypMethodeBeschreibungCDOPushTransaction.commit()
CDOPushTransaction.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.CDOPushTransaction.commit
(IProgressMonitor monitor) 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.CDOPushTransaction.commitAndClose
(IProgressMonitor monitor, boolean keepOpenAfterCommitProblem) CDOTransaction.commitAndClose
(IProgressMonitor monitor, boolean keepOpenAfterCommitProblem) void
CDOPushTransaction.push()
void
CDOPushTransaction.push
(IProgressMonitor progressMonitor) -
Verwendungen von CommitException in org.eclipse.emf.cdo.util
Unterklassen von CommitException 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
A localdata integrity exception
that indicates that the subset of object modifications in apartial commit
is inconsistent.class
Acommit exception
that indicates problems that are caused by concurrent access to the repository.class
Aconcurrent access exception
that indicates an attempt of the local transaction to introduce a containment cycle.class
A localdata integrity exception
that indicates the addition of one or more cross references to objects that are not (or no longer) contained in the repository.class
Acommit exception
that indicates data integrity problems.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.class
Adata integrity exception
that indicates an attempt to create stale references.class
Adata integrity exception
that indicates an attempt to move objects between units.class
Adata integrity exception
indicating that the attempt to commit a transaction was rejected because of violation of server-side validation checks. -
Verwendungen von CommitException in org.eclipse.emf.cdo.workspace
Methoden in org.eclipse.emf.cdo.workspace, die CommitException auslösen
CDOTransaction.commit(Runnable, java.util.function.Predicate, IProgressMonitor)
.