Uses of Interface
org.eclipse.emf.cdo.session.CDOSessionConfigurationFactory

Packages that use CDOSessionConfigurationFactory
org.eclipse.emf.cdo.location Client concepts for dealing with repository locations and checkout sources. 
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.server.net4j Server concepts for dealing with Net4j-based repositories and fail-over infrastructure. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
 

Uses of CDOSessionConfigurationFactory in org.eclipse.emf.cdo.location
 

Subinterfaces of CDOSessionConfigurationFactory in org.eclipse.emf.cdo.location
 interface IRepositoryLocation
           
 

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

Methods in org.eclipse.emf.cdo.server that return CDOSessionConfigurationFactory
 CDOSessionConfigurationFactory IRepositorySynchronizer.getRemoteSessionConfigurationFactory()
           
 

Methods in org.eclipse.emf.cdo.server with parameters of type CDOSessionConfigurationFactory
static IRepositorySynchronizer CDOServerUtil.createRepositorySynchronizer(CDOSessionConfigurationFactory remoteSessionConfigurationFactory)
           
 

Uses of CDOSessionConfigurationFactory in org.eclipse.emf.cdo.server.net4j
 

Classes in org.eclipse.emf.cdo.server.net4j that implement CDOSessionConfigurationFactory
 class FailoverAgent
           
 

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

Methods in org.eclipse.emf.cdo.spi.server with parameters of type CDOSessionConfigurationFactory
 void InternalRepositorySynchronizer.setRemoteSessionConfigurationFactory(CDOSessionConfigurationFactory remoteSessionConfigurationFactory)
           
 



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