Uses of Interface
org.eclipse.emf.cdo.server.IStoreAccessor.CommitContext

Packages that use IStoreAccessor.CommitContext
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.server.spi.security Server provider interfaces (SPI) for the server integration of the Security model. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
 

Uses of IStoreAccessor.CommitContext in org.eclipse.emf.cdo.server
 

Methods in org.eclipse.emf.cdo.server that return IStoreAccessor.CommitContext
static IStoreAccessor.CommitContext StoreThreadLocal.getCommitContext()
           
 

Methods in org.eclipse.emf.cdo.server with parameters of type IStoreAccessor.CommitContext
 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.
static CDOView CDOServerUtil.openView(IStoreAccessor.CommitContext commitContext, boolean legacyModeEnabled)
           
static void StoreThreadLocal.setCommitContext(IStoreAccessor.CommitContext commitContext)
           
 

Uses of IStoreAccessor.CommitContext in org.eclipse.emf.cdo.server.spi.security
 

Methods in org.eclipse.emf.cdo.server.spi.security with parameters of type IStoreAccessor.CommitContext
 void AnnotationHandler.handleCommit(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user)
           
 void InternalSecurityManager.CommitHandler.handleCommit(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user)
           
 

Uses of IStoreAccessor.CommitContext in org.eclipse.emf.cdo.spi.server
 

Subinterfaces of IStoreAccessor.CommitContext in org.eclipse.emf.cdo.spi.server
 interface InternalCommitContext
           
 

Methods in org.eclipse.emf.cdo.spi.server that return IStoreAccessor.CommitContext
protected  IStoreAccessor.CommitContext ObjectWriteAccessHandler.getCommitContext()
           
 

Methods in org.eclipse.emf.cdo.spi.server with parameters of type IStoreAccessor.CommitContext
protected abstract  void StoreAccessorBase.doRollback(IStoreAccessor.CommitContext commitContext)
           
 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)
           
 



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