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

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

public class RetryInterceptorVoid
extends RetryInterceptorBase


Constructor Summary
RetryInterceptorVoid(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

RetryInterceptorVoid

public RetryInterceptorVoid(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.