Uses of Interface
org.eclipse.emf.cdo.server.ITransaction
Packages that use 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
Methods in org.eclipse.emf.cdo.server that return ITransactionModifier 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) Methods in org.eclipse.emf.cdo.server with parameters of type ITransactionModifier 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
Methods in org.eclipse.emf.cdo.server.db with parameters of type ITransaction -
Uses of ITransaction in org.eclipse.emf.cdo.server.lissome
Methods in org.eclipse.emf.cdo.server.lissome with parameters of type ITransaction -
Uses of ITransaction in org.eclipse.emf.cdo.spi.server
Subinterfaces of ITransaction in org.eclipse.emf.cdo.spi.serverModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Methods in org.eclipse.emf.cdo.spi.server that return ITransactionModifier and TypeMethodDescriptionprotected final ITransaction
ObjectWriteAccessHandler.getTransaction()
StoreAccessorBase.getTransaction()
Methods in org.eclipse.emf.cdo.spi.server with parameters of type ITransactionModifier 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) Constructors in org.eclipse.emf.cdo.spi.server with parameters of type ITransactionModifierConstructorDescriptionprotected
LongIDStoreAccessor
(Store store, ITransaction transaction) protected
StoreAccessor
(Store store, ITransaction transaction) protected
StoreAccessorBase
(Store store, ITransaction transaction)