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

Packages that use CDOSession
org.eclipse.emf.cdo.defs.impl   
org.eclipse.emf.cdo.net4j   
org.eclipse.emf.cdo.session   
org.eclipse.emf.cdo.session.remote   
org.eclipse.emf.cdo.ui   
org.eclipse.emf.cdo.util   
org.eclipse.emf.cdo.view   
org.eclipse.emf.spi.cdo   
 

Uses of CDOSession in org.eclipse.emf.cdo.defs.impl
 

Methods in org.eclipse.emf.cdo.defs.impl that return CDOSession
protected  CDOSession CDOSessionDefImpl.createInstance()
           
 

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

Subinterfaces of CDOSession in org.eclipse.emf.cdo.net4j
 interface CDOSession
           
 

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

Methods in org.eclipse.emf.cdo.session that return CDOSession
 CDOSession CDOSessionProvider.getSession()
           
 CDOSession CDOSessionEvent.getSession()
           
 CDOSession CDORevisionManager.getSession()
           
 CDOSession CDOSessionConfiguration.openSession()
          Opens the session for this configuration.
 

Methods in org.eclipse.emf.cdo.session with parameters of type CDOSession
 void CDOSession.ExceptionHandler.handleException(CDOSession session, int attempt, java.lang.Exception exception)
           
 void CDORetryExceptionHandler.handleException(CDOSession session, int attempt, java.lang.Exception exception)
           
 

Uses of CDOSession in org.eclipse.emf.cdo.session.remote
 

Methods in org.eclipse.emf.cdo.session.remote that return CDOSession
 CDOSession CDORemoteSessionManager.getLocalSession()
           
 

Uses of CDOSession in org.eclipse.emf.cdo.ui
 

Methods in org.eclipse.emf.cdo.ui with parameters of type CDOSession
protected  Dialog CDOInteractiveExceptionHandler.createDialog(CDOSession session, int attempt, java.lang.Exception exception)
           
protected  boolean CDOItemProvider.fillGenerated(MenuManager manager, CDOSession session)
           
protected  void CDOItemProvider.fillSession(IMenuManager manager, CDOSession session)
           
static java.lang.String CDOItemProvider.getSessionLabel(CDOSession session)
           
 void CDOInteractiveExceptionHandler.handleException(CDOSession session, int attempt, java.lang.Exception exception)
           
 

Constructors in org.eclipse.emf.cdo.ui with parameters of type CDOSession
CDOInteractiveExceptionHandler.ExceptionDialog(Shell parentShell, CDOSession session, int attempt, java.lang.Exception exception)
           
 

Uses of CDOSession in org.eclipse.emf.cdo.util
 

Methods in org.eclipse.emf.cdo.util with parameters of type CDOSession
static org.eclipse.emf.common.util.URI CDOURIUtil.createResourceURI(CDOSession session, java.lang.String path)
           
static boolean CDOUtil.isSessionDirty(CDOSession session)
          Returns true if the given session contains a dirty transaction, false otherwise.
 

Uses of CDOSession in org.eclipse.emf.cdo.view
 

Methods in org.eclipse.emf.cdo.view that return CDOSession
 CDOSession CDOView.getSession()
          Returns the session this view was opened by.
 

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

Subinterfaces of CDOSession in org.eclipse.emf.spi.cdo
 interface InternalCDOSession
           
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.