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) voidISystemDescriptor.deleteChange(Change change, IProgressMonitor monitor) voidISystemDescriptor.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> RISystemDescriptor.modify(Function<System, R> modifier, IProgressMonitor monitor) voidISystemDescriptor.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 voidCDOAutoCommitter.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 infoobject if successful.CDOPushTransaction.commitAndClose(IProgressMonitor monitor, boolean keepOpenAfterCommitProblem) CDOTransaction.commitAndClose(IProgressMonitor monitor, boolean keepOpenAfterCommitProblem) voidCDOPushTransaction.push()voidCDOPushTransaction.push(IProgressMonitor progressMonitor) -
Verwendungen von CommitException in org.eclipse.emf.cdo.util
Unterklassen von CommitException in org.eclipse.emf.cdo.utilModifizierer und TypKlasseBeschreibungclassAconcurrent access exceptionthat indicates that some of the local modifications are based on old revisions because other transactions have intermittently committed their modifications.classA localdata integrity exceptionthat indicates that the subset of object modifications in apartial commitis inconsistent.classAcommit exceptionthat indicates problems that are caused by concurrent access to the repository.classAconcurrent access exceptionthat indicates an attempt of the local transaction to introduce a containment cycle.classA localdata integrity exceptionthat indicates the addition of one or more cross references to objects that are not (or no longer) contained in the repository.classAcommit exceptionthat indicates data integrity problems.classAcommit conflict exceptionthat indicates that the transaction has localconflicts.classAconcurrent access exceptionthat indicates that the repository can not acquire optimistic locks for some of the locally modified objects.classAdata integrity exceptionthat indicates an attempt to create stale references.classAdata integrity exceptionthat indicates an attempt to move objects between units.classAdata integrity exceptionindicating 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).