org.eclipse.gemini.blueprint.service.importer.support.internal.support
Interface RetryCallback<T>

All Known Implementing Classes:
DefaultRetryCallback

public interface RetryCallback<T>

Retry callback.

Author:
Costin Leau

Method Summary
 T doWithRetry()
          Does the actual work.
 boolean isComplete(T result)
          Returns true if the work has been completed or false is a retry is required.
 

Method Detail

doWithRetry

T doWithRetry()
Does the actual work.

Returns:

isComplete

boolean isComplete(T result)
Returns true if the work has been completed or false is a retry is required.

Returns:


Copyright © 2006-2013. All Rights Reserved.