Class CDORetryExceptionHandler

java.lang.Object
org.eclipse.emf.cdo.session.CDORetryExceptionHandler
All Implemented Interfaces:
CDOSession.ExceptionHandler

public class CDORetryExceptionHandler extends Object implements CDOSession.ExceptionHandler
A session exection handler that retries the failed protocol operation a configurable number of times.
Since:
2.0
Author:
Eike Stepper
  • Field Details

  • Constructor Details

    • CDORetryExceptionHandler

      public CDORetryExceptionHandler(int retries)
    • CDORetryExceptionHandler

      public CDORetryExceptionHandler()
  • Method Details