Uses of Interface
org.eclipse.emf.cdo.session.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
Modifier and TypeClassDescriptionclass
Asession exection handler
that retries the failed protocol operation a configurable number of times.Modifier and TypeMethodDescriptionCDOSession.getExceptionHandler()
Returns theexception handler
of this session.CDOSessionConfiguration.getExceptionHandler()
Modifier 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
Modifier and TypeClassDescriptionclass
-
Uses of CDOSession.ExceptionHandler in org.eclipse.emf.spi.cdo
Modifier and TypeMethodDescriptionvoid
InternalCDOSession.setExceptionHandler
(CDOSession.ExceptionHandler exceptionHandler)