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

Packages that use CDOSessionConfiguration
org.eclipse.emf.cdo.net4j Client concepts for dealing with Net4j-based sessions to remote repositories. 
org.eclipse.emf.cdo.server.embedded Server concepts for dealing with embedded sessions. 
org.eclipse.emf.cdo.server.net4j Server concepts for dealing with Net4j-based repositories and fail-over infrastructure. 
org.eclipse.emf.cdo.session Client concepts for dealing with sessions to CDO repositories. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of CDOSessionConfiguration in org.eclipse.emf.cdo.net4j
 

Subinterfaces of CDOSessionConfiguration in org.eclipse.emf.cdo.net4j
 interface CDONet4jSessionConfiguration
          Configures and opens new Net4j-specific CDO sessions.
 interface FailoverCDOSessionConfiguration
          A session configuration that recovers from network problems by failing over to backup repositories as directed by a fail-over monitor.
 interface ReconnectingCDOSessionConfiguration
          A session configuration that recovers from network problems by attempting to reconnect to the same repository in specific intervals.
 interface RecoveringCDOSessionConfiguration
          A session configuration that uses a heart beat protocol to detect network problems.
 

Uses of CDOSessionConfiguration in org.eclipse.emf.cdo.server.embedded
 

Subinterfaces of CDOSessionConfiguration in org.eclipse.emf.cdo.server.embedded
 interface CDOSessionConfiguration
          Deprecated. Not yet supported.
 

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

Methods in org.eclipse.emf.cdo.server.net4j that return CDOSessionConfiguration
 CDOSessionConfiguration FailoverAgent.createSessionConfiguration()
           
protected abstract  CDOSessionConfiguration FailoverAgent.createSessionConfiguration(String connectorDescription, String repositoryName)
           
 

Uses of CDOSessionConfiguration in org.eclipse.emf.cdo.session
 

Methods in org.eclipse.emf.cdo.session that return CDOSessionConfiguration
 CDOSessionConfiguration CDOSessionConfigurationFactory.createSessionConfiguration()
           
 CDOSessionConfiguration CDOSessionConfiguration.SessionOpenedEvent.getSource()
           
 

Uses of CDOSessionConfiguration in org.eclipse.emf.spi.cdo
 

Subinterfaces of CDOSessionConfiguration in org.eclipse.emf.spi.cdo
 interface InternalCDOSessionConfiguration
          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.