Uses of Interface
org.eclipse.emf.cdo.session.CDOSession.ExceptionHandler
Packages that use CDOSession.ExceptionHandler
Package
Description
Client concepts for dealing with sessions to CDO repositories.
Reusable UI components specific to the CDO Model Repository.
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.ExceptionHandlerModifier and TypeClassDescriptionclass
Asession exection handler
that retries the failed protocol operation a configurable number of times.Methods in org.eclipse.emf.cdo.session that return CDOSession.ExceptionHandlerModifier and TypeMethodDescriptionCDOSession.getExceptionHandler()
Returns theexception handler
of this session.CDOSessionConfiguration.getExceptionHandler()
Methods in org.eclipse.emf.cdo.session with parameters of type CDOSession.ExceptionHandlerModifier and TypeMethodDescriptionvoid
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.ExceptionHandlerModifier and TypeClassDescriptionclass
-
Uses of CDOSession.ExceptionHandler in org.eclipse.emf.spi.cdo
Methods in org.eclipse.emf.spi.cdo with parameters of type CDOSession.ExceptionHandlerModifier and TypeMethodDescriptionvoid
InternalCDOSession.setExceptionHandler
(CDOSession.ExceptionHandler exceptionHandler)