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

Packages that use CDOSession
org.eclipse.emf.cdo.net4j Client concepts for dealing with Net4j-based sessions to remote repositories. 
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.server.embedded Server concepts for dealing with embedded sessions. 
org.eclipse.emf.cdo.session Client concepts for dealing with sessions to CDO repositories. 
org.eclipse.emf.cdo.session.remote Client concepts for the communication and collaboration with other sessions. 
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.cdo.ui Reusable UI components specific to the CDO Model Repository. 
org.eclipse.emf.cdo.ui.widgets A library with reusable widgets. 
org.eclipse.emf.cdo.util Client utility classes, some common interfaces and exceptions. 
org.eclipse.emf.cdo.view Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

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

Subinterfaces of CDOSession in org.eclipse.emf.cdo.net4j
 interface CDONet4jSession
          A Net4j-specific CDO session.
 

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

Methods in org.eclipse.emf.cdo.server that return CDOSession
 CDOSession IRepositorySynchronizer.getRemoteSession()
           
 

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

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

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

Methods in org.eclipse.emf.cdo.session that return CDOSession
 CDOSession CDOSession.Options.getContainer()
          Returns the session of this options object.
 CDOSession CDOSessionConfiguration.SessionOpenedEvent.getOpenedSession()
           
 CDOSession CDOCollectionLoadingPolicy.getSession()
           
 CDOSession CDOSessionProvider.getSession()
           
 CDOSession CDOSessionEvent.getSource()
           
 CDOSession CDOSessionConfiguration.openSession()
          Opens the session for this configuration.
 

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

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

Methods in org.eclipse.emf.cdo.session.remote that return CDOSession
 CDOSession CDORemoteSessionManager.getLocalSession()
          Returns the local session this CDORemoteSessionManager belongs to.
 

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

Methods in org.eclipse.emf.cdo.transaction that return CDOSession
 CDOSession CDOPushTransaction.getSession()
           
 

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, Exception exception)
           
protected  boolean CDOItemProvider.fillGenerated(MenuManager manager, CDOSession session)
           
protected  void CDOItemProvider.fillSession(IMenuManager manager, CDOSession session)
           
 void CDOInteractiveExceptionHandler.handleException(CDOSession session, int attempt, Exception exception)
           
 

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

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

Methods in org.eclipse.emf.cdo.ui.widgets that return CDOSession
 CDOSession ComposeBranchPointComposite.getSession()
           
 CDOSession SelectBranchComposite.getSession()
           
 

Methods in org.eclipse.emf.cdo.ui.widgets with parameters of type CDOSession
protected  SelectBranchComposite ComposeBranchPointComposite.createSelectBranchComposite(CDOSession session, CDOBranch branch)
           
 

Constructors in org.eclipse.emf.cdo.ui.widgets with parameters of type CDOSession
ComposeBranchPointComposite(Composite parent, int style, CDOSession session, CDOBranchPoint branchPoint, boolean allowTimeStamp)
           
SelectBranchComposite(Composite parent, int style, CDOSession session, CDOBranch branch)
           
 

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

Methods in org.eclipse.emf.cdo.util that return CDOSession
static CDOSession CDOUtil.getSession(Object object)
           
 

Methods in org.eclipse.emf.cdo.util with parameters of type CDOSession
static URI CDOURIUtil.createResourceURI(CDOSession session, 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
           
 

Methods in org.eclipse.emf.spi.cdo that return CDOSession
 CDOSession CDOSessionInvalidationAggregator.getSession()
           
 

Constructors in org.eclipse.emf.spi.cdo with parameters of type CDOSession
CDOSessionInvalidationAggregator(CDOSession session)
           
 



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