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

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.flow.interceptors.RetryInterceptorBase
All Implemented Interfaces:
RetryInterceptor
Direct Known Subclasses:
RetryInterceptorVoid, RetryInterceptorWithResult

public abstract class RetryInterceptorBase
extends Object
implements RetryInterceptor


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

Constructor Detail

RetryInterceptorBase

public RetryInterceptorBase(RetryCallable retryCallable,
                            RetryPolicy retryPolicy)
Method Detail

execute

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


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