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

Packages that use ITransaction
org.eclipse.emf.cdo.server   
org.eclipse.emf.cdo.server.db   
org.eclipse.emf.cdo.spi.server   
 

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 ISession.openTransaction(int viewID)
           
 

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.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
 IDBStoreAccessor IDBStore.getWriter(ITransaction transaction)
           
 

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

Methods in org.eclipse.emf.cdo.spi.server that return ITransaction
 ITransaction StoreAccessor.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)
           
 

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


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.