Uses of Interface
org.eclipse.emf.cdo.server.ITransaction
Package
Description
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.
-
Uses of ITransaction in org.eclipse.emf.cdo.server
Modifier and TypeMethodDescriptionstatic ITransaction
CDOServerUtil.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
,null
otherwise.ISession.openTransaction
(int viewID, CDOBranchPoint branchPoint) ISession.openTransaction
(int viewID, CDOBranchPoint branchPoint, String durableLockingID) Modifier and TypeMethodDescriptionIStore.getWriter
(ITransaction transaction) Returns a writer that can be used to write to this store in the context of the given view.void
IRepository.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.void
IRepository.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. -
Uses of ITransaction in org.eclipse.emf.cdo.server.db
-
Uses of ITransaction in org.eclipse.emf.cdo.server.lissome
-
Uses of ITransaction in org.eclipse.emf.cdo.spi.server
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeMethodDescriptionprotected final ITransaction
ObjectWriteAccessHandler.getTransaction()
StoreAccessorBase.getTransaction()
Modifier and TypeMethodDescriptionprotected abstract IStoreAccessor
Store.createWriter
(ITransaction transaction) Creates and returns a newIStoreAccessor
instance.Store.getWriter
(ITransaction transaction) final void
ObjectWriteAccessHandler.handleTransactionAfterCommitted
(ITransaction transaction, IStoreAccessor.CommitContext commitContext, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) final void
ObjectWriteAccessHandler.handleTransactionBeforeCommitting
(ITransaction transaction, IStoreAccessor.CommitContext commitContext, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) void
InternalRepository.notifyWriteAccessHandlers
(ITransaction transaction, IStoreAccessor.CommitContext commitContext, boolean beforeCommit, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) protected void
RepositoryActivityLog.transactionClosed
(ITransaction transaction, int concurrentTransactions) protected void
RepositoryActivityLog.transactionOpened
(ITransaction transaction, int concurrentTransactions, int transactions) ModifierConstructorDescriptionprotected
LongIDStoreAccessor
(Store store, ITransaction transaction) protected
StoreAccessor
(Store store, ITransaction transaction) protected
StoreAccessorBase
(Store store, ITransaction transaction)