Class ExponentialtIntervalRetryScheduler
- java.lang.Object
-
- org.apache.geronimo.transaction.manager.ExponentialtIntervalRetryScheduler
-
- All Implemented Interfaces:
RetryScheduler
public class ExponentialtIntervalRetryScheduler extends java.lang.Object implements RetryScheduler
-
-
Constructor Summary
Constructors Constructor Description ExponentialtIntervalRetryScheduler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
retry(java.lang.Runnable task, int count)
-
-
-
Method Detail
-
retry
public void retry(java.lang.Runnable task, int count)
- Specified by:
retry
in interfaceRetryScheduler
-
-