com.norconex.jef.exec
Interface IRerunnable


public interface IRerunnable

Upon failure, code embedded in the run method will get executed over and over again, provided that the executing class supports IRerunnable.

Author:
Pascal Essiembre
See Also:
Rerunner

Method Summary
 void run()
          Code to be executed until successful (no exception thrown).
 

Method Detail

run

void run()
         throws RerunnableException
Code to be executed until successful (no exception thrown).

Throws:
RerunnableException - any exception


Copyright © 2007-2013 Norconex Inc.. All Rights Reserved.