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

Packages that use CDONet4jSession
org.eclipse.emf.cdo.admin Client side of the protocol to administer CDO repositories remotely. 
org.eclipse.emf.cdo.net4j Client concepts for dealing with Net4j-based sessions to remote repositories. 
 

Uses of CDONet4jSession in org.eclipse.emf.cdo.admin
 

Methods in org.eclipse.emf.cdo.admin that return CDONet4jSession
 CDONet4jSession CDOAdminClientRepository.openSession()
           
 CDONet4jSession CDOAdminClientRepository.openSession(CDOAdminClientRepository.SessionConfigurator configurator)
           
 

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

Subinterfaces of CDONet4jSession in org.eclipse.emf.cdo.net4j
 interface CDOSession
          Deprecated. Use CDONet4jSession.
 

Methods in org.eclipse.emf.cdo.net4j that return CDONet4jSession
protected  CDONet4jSession CDONet4jViewProvider.getNet4jSession(IConnector connector, String userName, String passWord, String repositoryName)
           
static CDONet4jSession CDONet4jUtil.getNet4jSession(IManagedContainer container, String description)
           
 CDONet4jSession CDONet4jSessionConfiguration.openNet4jSession()
           
 

Methods in org.eclipse.emf.cdo.net4j that return types with arguments of type CDONet4jSession
 ISignalProtocol<CDONet4jSession> CDONet4jSession.Options.getNet4jProtocol()
          Returns the Net4j protocol instance that represents the underlying signalling connection to the repository of this session.
 



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