com.amazonaws.services.simpleworkflow.flow.interceptors
Class RetryInterceptorWithResult

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.flow.interceptors.RetryInterceptorBase
      extended by com.amazonaws.services.simpleworkflow.flow.interceptors.RetryInterceptorWithResult
All Implemented Interfaces:
RetryInterceptor

public class RetryInterceptorWithResult
extends RetryInterceptorBase


Constructor Summary
RetryInterceptorWithResult(RetryCallable retryCallable, RetryPolicy retryPolicy)
           
 
Method Summary
 Object execute()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryInterceptorWithResult

public RetryInterceptorWithResult(RetryCallable retryCallable,
                                  RetryPolicy retryPolicy)
Method Detail

execute

public Object execute()
               throws Throwable
Specified by:
execute in interface RetryInterceptor
Specified by:
execute in class RetryInterceptorBase
Throws:
Throwable


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.