Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow.common
Class FlowDefaults

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.flow.common.FlowDefaults

public class FlowDefaults
extends Object


Field Summary
static double EXPONENTIAL_RETRY_BACKOFF_COEFFICIENT
           
static int EXPONENTIAL_RETRY_MAXIMUM_ATTEMPTS
           
static long EXPONENTIAL_RETRY_MAXIMUM_RETRY_INTERVAL_SECONDS
           
static long EXPONENTIAL_RETRY_RETRY_EXPIRATION_SECONDS
           
 
Constructor Summary
FlowDefaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPONENTIAL_RETRY_MAXIMUM_RETRY_INTERVAL_SECONDS

public static final long EXPONENTIAL_RETRY_MAXIMUM_RETRY_INTERVAL_SECONDS
See Also:
Constant Field Values

EXPONENTIAL_RETRY_RETRY_EXPIRATION_SECONDS

public static final long EXPONENTIAL_RETRY_RETRY_EXPIRATION_SECONDS
See Also:
Constant Field Values

EXPONENTIAL_RETRY_BACKOFF_COEFFICIENT

public static final double EXPONENTIAL_RETRY_BACKOFF_COEFFICIENT
See Also:
Constant Field Values

EXPONENTIAL_RETRY_MAXIMUM_ATTEMPTS

public static final int EXPONENTIAL_RETRY_MAXIMUM_ATTEMPTS
See Also:
Constant Field Values
Constructor Detail

FlowDefaults

public FlowDefaults()


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