Retryablepublic interface Retryable Simple interface for executing a piece of code. Used for writing anonymous inner
classes in FTP task for retry-on-IOException behaviour. |
Fields Summary |
---|
int | RETRY_FOREVERThe value to use to never give up. |
Methods Summary |
---|
public void | execute()Called to execute the code.
|
|