Uses of Interface
org.alfresco.utility.RetryOperation
-
Packages that use RetryOperation Package Description org.alfresco.utility -
-
Uses of RetryOperation in org.alfresco.utility
Methods in org.alfresco.utility with parameters of type RetryOperation Modifier and Type Method Description static voidUtility. sleep(int interval, int maxTime, RetryOperation callback)We will wait until the interval is passed from current run and retry until the maxTime is reached
-