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

Packages that use CDOSessionConfiguration
org.eclipse.emf.cdo.net4j Client concepts for dealing with Net4j-based sessions to remote repositories. 
 

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

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

Methods in org.eclipse.emf.cdo.net4j that return CDOSessionConfiguration
static CDOSessionConfiguration CDONet4jUtil.createSessionConfiguration()
          Deprecated. Use createNet4jSessionConfiguration().
protected  CDOSessionConfiguration CDONet4jViewProvider.getSessionConfiguration(IConnector connector, String userName, String passWord, String repositoryName)
          Deprecated. Use getNet4jSessionConfiguration().
 



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