Verwendungen von Schnittstelle
org.eclipse.emf.cdo.server.ITransaction
Packages, die ITransaction verwenden
Package
Beschreibung
Server concepts for dealing with repositories and stores.
Server concepts for dealing with DB stores and accessors.
Server concepts for dealing with DB stores and accessors.
Server service provider interfaces and useful base implementations.
-
Verwendungen von ITransaction in org.eclipse.emf.cdo.server
Methoden in org.eclipse.emf.cdo.server, die ITransaction zurückgebenModifizierer und TypMethodeBeschreibungstatic ITransactionCDOServerUtil.getServerTransaction(CDOTransaction transaction) IStoreAccessor.CommitContext.getTransaction()Returns the transactional view (ITransaction) which is the scope of the commit operation represented by thisCommitContext.IStoreAccessor.getTransaction()Returns the transaction this accessor is associated with ifIStoreAccessor.isReader()returnsfalse,nullotherwise.ISession.openTransaction(int viewID, CDOBranchPoint branchPoint) ISession.openTransaction(int viewID, CDOBranchPoint branchPoint, String durableLockingID) Methoden in org.eclipse.emf.cdo.server mit Parametern vom Typ ITransactionModifizierer und TypMethodeBeschreibungIStore.getWriter(ITransaction transaction) Returns a writer that can be used to write to this store in the context of the given view.voidIRepository.WriteAccessHandler.handleTransactionAfterCommitted(ITransaction transaction, IStoreAccessor.CommitContext commitContext, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Provides a way to handle transactions after they have been committed to the backend store.voidIRepository.WriteAccessHandler.handleTransactionBeforeCommitting(ITransaction transaction, IStoreAccessor.CommitContext commitContext, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Provides a way to handle transactions that are to be committed to the backend store. -
Verwendungen von ITransaction in org.eclipse.emf.cdo.server.db
Methoden in org.eclipse.emf.cdo.server.db mit Parametern vom Typ ITransaction -
Verwendungen von ITransaction in org.eclipse.emf.cdo.server.lissome
Methoden in org.eclipse.emf.cdo.server.lissome mit Parametern vom Typ ITransaction -
Verwendungen von ITransaction in org.eclipse.emf.cdo.spi.server
Unterschnittstellen von ITransaction in org.eclipse.emf.cdo.spi.serverModifizierer und TypSchnittstelleBeschreibunginterfaceIf the meaning of this type isn't clear, there really should be more of a description here...Methoden in org.eclipse.emf.cdo.spi.server, die ITransaction zurückgebenModifizierer und TypMethodeBeschreibungprotected final ITransactionObjectWriteAccessHandler.getTransaction()StoreAccessorBase.getTransaction()Methoden in org.eclipse.emf.cdo.spi.server mit Parametern vom Typ ITransactionModifizierer und TypMethodeBeschreibungprotected abstract IStoreAccessorStore.createWriter(ITransaction transaction) Creates and returns a newIStoreAccessorinstance.Store.getWriter(ITransaction transaction) final voidObjectWriteAccessHandler.handleTransactionAfterCommitted(ITransaction transaction, IStoreAccessor.CommitContext commitContext, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) final voidObjectWriteAccessHandler.handleTransactionBeforeCommitting(ITransaction transaction, IStoreAccessor.CommitContext commitContext, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) voidInternalRepository.notifyWriteAccessHandlers(ITransaction transaction, IStoreAccessor.CommitContext commitContext, boolean beforeCommit, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) protected voidRepositoryActivityLog.transactionClosed(ITransaction transaction, int concurrentTransactions) protected voidRepositoryActivityLog.transactionOpened(ITransaction transaction, int concurrentTransactions, int transactions) Konstruktoren in org.eclipse.emf.cdo.spi.server mit Parametern vom Typ ITransactionModifiziererKonstruktorBeschreibungprotectedLongIDStoreAccessor(Store store, ITransaction transaction) protectedStoreAccessor(Store store, ITransaction transaction) protectedStoreAccessorBase(Store store, ITransaction transaction)