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

Packages that use CDOSession.ExceptionHandler
org.eclipse.emf.cdo.session Client concepts for dealing with sessions to CDO repositories. 
org.eclipse.emf.cdo.ui Reusable UI components specific to the CDO Model Repository. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

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

Classes in org.eclipse.emf.cdo.session that implement CDOSession.ExceptionHandler
 class CDORetryExceptionHandler
          A session exection handler that retries the failed protocol operation a configurable number of times.
 

Methods in org.eclipse.emf.cdo.session that return CDOSession.ExceptionHandler
 CDOSession.ExceptionHandler CDOSession.getExceptionHandler()
           
 CDOSession.ExceptionHandler CDOSessionConfiguration.getExceptionHandler()
           
 

Methods in org.eclipse.emf.cdo.session with parameters of type CDOSession.ExceptionHandler
 void CDOSessionConfiguration.setExceptionHandler(CDOSession.ExceptionHandler exceptionHandler)
          A special exception handler can be set before the session is opened and can not be changed thereafter.
 

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

Classes in org.eclipse.emf.cdo.ui that implement CDOSession.ExceptionHandler
 class CDOInteractiveExceptionHandler
          A CDOSession ExceptionHandler implementation that shows exception information on a UI dialog
 

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

Methods in org.eclipse.emf.spi.cdo with parameters of type CDOSession.ExceptionHandler
 void InternalCDOSession.setExceptionHandler(CDOSession.ExceptionHandler exceptionHandler)
           
 



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