Class ConnectionHelper.RetryManager<T>
java.lang.Object
org.apache.jackrabbit.core.util.db.ConnectionHelper.RetryManager<T>
- Type Parameters:
T- the return type of the method which is retried if it failed
- Enclosing class:
ConnectionHelper
This class encapsulates the logic to retry a method invocation if it threw an SQLException.
The RetryManager must cleanup the Params it will get.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RetryManager
-
-
Method Details
-
doTry
- Throws:
SQLException
-