Uses of Interface
org.eclipse.emf.cdo.server.ITransaction

Packages that use ITransaction
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.server.db Server concepts for dealing with DB stores and accessors. 
org.eclipse.emf.cdo.server.lissome Server concepts for dealing with DB stores and accessors. 
org.eclipse.emf.cdo.spi.server 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 ITransaction
 ITransaction IStoreAccessor.getTransaction()
          Returns the transaction this accessor is associated with if IStoreAccessor.isReader() returns false, null otherwise.
 ITransaction IStoreAccessor.CommitContext.getTransaction()
          Returns the transactional view (ITransaction) which is the scope of the commit operation represented by this CommitContext.
 ITransaction ISession.openTransaction(int viewID, CDOBranchPoint branchPoint)
           
 

Methods in org.eclipse.emf.cdo.server with parameters of type ITransaction
 IStoreAccessor IStore.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, 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, 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
 IDBStoreAccessor IDBStore.getWriter(ITransaction transaction)
           
 

Uses of ITransaction in org.eclipse.emf.cdo.server.lissome
 

Methods in org.eclipse.emf.cdo.server.lissome with parameters of type ITransaction
 ILissomeStoreAccessor ILissomeStore.getWriter(ITransaction transaction)
           
 

Uses of ITransaction in org.eclipse.emf.cdo.spi.server
 

Subinterfaces of ITransaction in org.eclipse.emf.cdo.spi.server
 interface InternalTransaction
          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 ITransaction
protected  ITransaction ObjectWriteAccessHandler.getTransaction()
           
 ITransaction StoreAccessorBase.getTransaction()
           
 

Methods in org.eclipse.emf.cdo.spi.server with parameters of type ITransaction
protected abstract  IStoreAccessor Store.createWriter(ITransaction transaction)
          Creates and returns a new IStoreAccessor instance.
 IStoreAccessor Store.getWriter(ITransaction transaction)
           
 void ObjectWriteAccessHandler.handleTransactionAfterCommitted(ITransaction transaction, IStoreAccessor.CommitContext commitContext, OMMonitor monitor)
           
 void ObjectWriteAccessHandler.handleTransactionBeforeCommitting(ITransaction transaction, IStoreAccessor.CommitContext commitContext, OMMonitor monitor)
           
 void InternalRepository.notifyWriteAccessHandlers(ITransaction transaction, IStoreAccessor.CommitContext commitContext, boolean beforeCommit, OMMonitor monitor)
           
 

Constructors in org.eclipse.emf.cdo.spi.server with parameters of type ITransaction
LongIDStoreAccessor(Store store, ITransaction transaction)
           
StoreAccessor(Store store, ITransaction transaction)
           
StoreAccessorBase(Store store, ITransaction transaction)
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.