org.eclipse.emf.cdo.session
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
RETRY_FOREVER
public static final int RETRY_FOREVER
- See Also:
- Constant Field Values
CDORetryExceptionHandler
public CDORetryExceptionHandler(int retries)
CDORetryExceptionHandler
public CDORetryExceptionHandler()
getRetries
public int getRetries()
isRetryingForever
public boolean isRetryingForever()
handleException
public void handleException(CDOSession session,
int attempt,
Exception exception)
throws Exception
- Specified by:
handleException
in interface CDOSession.ExceptionHandler
- Throws:
Exception
- Since:
- 4.0
toString
public String toString()
- Overrides:
toString
in class Object
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.