Uses of Interface
org.eclipse.emf.cdo.session.CDOSessionConfiguration
- 
Packages that use CDOSessionConfiguration Package Description org.eclipse.emf.cdo.net4j Client concepts for dealing with Net4j-based sessions to remote repositories.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.net4jSubinterfaces of CDOSessionConfiguration in org.eclipse.emf.cdo.net4j Modifier and Type Interface Description interfaceCDONet4jSessionConfigurationConfigures and opens new Net4j-specific CDOsessions.interfaceCDOSessionConfigurationDeprecated.interfaceFailoverCDOSessionConfigurationAsession configurationthat recovers from network problems by failing over to backup repositories as directed by a fail-over monitor.interfaceReconnectingCDOSessionConfigurationAsession configurationthat recovers from network problems by attempting to reconnect to the same repository in specific intervals.interfaceRecoveringCDOSessionConfigurationAsession configurationthat uses aheart beat protocolto detect network problems.
- 
Uses of CDOSessionConfiguration in org.eclipse.emf.cdo.server.net4jMethods in org.eclipse.emf.cdo.server.net4j that return CDOSessionConfiguration Modifier and Type Method Description CDOSessionConfigurationFailoverAgent. createSessionConfiguration()protected abstract CDOSessionConfigurationFailoverAgent. createSessionConfiguration(java.lang.String connectorDescription, java.lang.String repositoryName)
- 
Uses of CDOSessionConfiguration in org.eclipse.emf.cdo.sessionMethods in org.eclipse.emf.cdo.session that return CDOSessionConfiguration Modifier and Type Method Description CDOSessionConfigurationCDOSessionConfigurationFactory. createSessionConfiguration()CDOSessionConfigurationCDOSessionConfiguration.SessionOpenedEvent. getSource()
- 
Uses of CDOSessionConfiguration in org.eclipse.emf.spi.cdoSubinterfaces of CDOSessionConfiguration in org.eclipse.emf.spi.cdo Modifier and Type Interface Description interfaceInternalCDOSessionConfigurationIf the meaning of this type isn't clear, there really should be more of a description here...
 
-