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

Packages that use InternalTransaction
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
 

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

Methods in org.eclipse.emf.cdo.spi.server that return InternalTransaction
 InternalTransaction InternalCommitContext.getTransaction()
           
 InternalTransaction InternalSession.openTransaction(int viewID, CDOBranchPoint branchPoint)
           
 

Methods in org.eclipse.emf.cdo.spi.server with parameters of type InternalTransaction
 InternalCommitContext InternalRepository.createCommitContext(InternalTransaction transaction)
           
 InternalCommitContext InternalCommitManager.get(InternalTransaction transaction)
           
 void InternalCommitManager.waitForTermination(InternalTransaction transaction)
          Waiting for a commit to be done.
 



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