Uses of Interface
org.eclipse.emf.cdo.spi.common.revision.InternalCDORevisionManager.RevisionLoader

Packages that use InternalCDORevisionManager.RevisionLoader
org.eclipse.emf.cdo.spi.common.revision Common service provider interfaces and useful base implementations for dealing with revisions and deltas. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of InternalCDORevisionManager.RevisionLoader in org.eclipse.emf.cdo.spi.common.revision
 

Methods in org.eclipse.emf.cdo.spi.common.revision that return InternalCDORevisionManager.RevisionLoader
 InternalCDORevisionManager.RevisionLoader DelegatingCDORevisionManager.getRevisionLoader()
           
 InternalCDORevisionManager.RevisionLoader InternalCDORevisionManager.getRevisionLoader()
           
 

Methods in org.eclipse.emf.cdo.spi.common.revision with parameters of type InternalCDORevisionManager.RevisionLoader
 void DelegatingCDORevisionManager.setRevisionLoader(InternalCDORevisionManager.RevisionLoader revisionLoader)
           
 void InternalCDORevisionManager.setRevisionLoader(InternalCDORevisionManager.RevisionLoader revisionLoader)
           
 

Uses of InternalCDORevisionManager.RevisionLoader in org.eclipse.emf.cdo.spi.server
 

Subinterfaces of InternalCDORevisionManager.RevisionLoader in org.eclipse.emf.cdo.spi.server
 interface InternalFailoverParticipant
          If the meaning of this type isn't clear, there really should be more of a description here...
 interface InternalRepository
          If the meaning of this type isn't clear, there really should be more of a description here...
 interface InternalSynchronizableRepository
          If the meaning of this type isn't clear, there really should be more of a description here...
 

Uses of InternalCDORevisionManager.RevisionLoader in org.eclipse.emf.spi.cdo
 

Subinterfaces of InternalCDORevisionManager.RevisionLoader in org.eclipse.emf.spi.cdo
 interface CDOSessionProtocol
          If the meaning of this type isn't clear, there really should be more of a description here...
 



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