Package org.openqa.selenium.concurrent
Class GuardedRunnable
java.lang.Object
org.openqa.selenium.concurrent.GuardedRunnable
Meant to be used together with {#link @ScheduledExecutedService.scheduleAtFixedRate}. When
scheduleAtFixedRate is used, and the Runnable fails, the subsequent executions are suspended.
Using this class helps to guard the execution and keeps the scheduleAtFixedRate working.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GuardedRunnable
public GuardedRunnable()
-
-
Method Details
-
guard
-