Uses of Interface
org.eclipse.emf.cdo.spi.server.InternalCommitContext

Packages that use InternalCommitContext
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
 

Uses of InternalCommitContext in org.eclipse.emf.cdo.server
 

Methods in org.eclipse.emf.cdo.server with parameters of type InternalCommitContext
 void IStoreAccessor.write(InternalCommitContext context, OMMonitor monitor)
          Called before committing.
 

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

Methods in org.eclipse.emf.cdo.spi.server that return InternalCommitContext
 InternalCommitContext InternalTransaction.createCommitContext()
           
 InternalCommitContext InternalRepository.createCommitContext(InternalTransaction transaction)
           
 InternalCommitContext InternalCommitManager.get(InternalTransaction transaction)
           
 

Methods in org.eclipse.emf.cdo.spi.server with parameters of type InternalCommitContext
 void StoreAccessorBase.addIDMappings(InternalCommitContext commitContext, OMMonitor monitor)
          Add ID mappings for all new objects of a transaction to the commit context.
protected  void StoreAccessor.applyIDMappings(InternalCommitContext context, OMMonitor monitor)
           
 void InternalRepository.commit(InternalCommitContext commitContext, OMMonitor monitor)
           
protected  void StoreAccessor.doWrite(InternalCommitContext context, OMMonitor monitor)
           
protected abstract  void StoreAccessorBase.doWrite(InternalCommitContext context, OMMonitor monitor)
           
 void InternalCommitManager.preCommit(InternalCommitContext commitContext, OMMonitor monitor)
          Create a future to execute commitContext in a different thread.
 void InternalCommitManager.remove(InternalCommitContext commitContext)
          Called after a commitContext is done successfully or not.
 void InternalCommitManager.rollback(InternalCommitContext commitContext)
           
 void StoreAccessorBase.write(InternalCommitContext context, OMMonitor monitor)
           
 



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