Did this page help you?

   Yes   No   Tell us about it...

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

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

public final class FlowHelpers
extends Object


Constructor Summary
FlowHelpers()
           
 
Method Summary
static long durationToSeconds(String duration)
           
static String secondsToDuration(Long seconds)
           
static Object[] validateInput(Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowHelpers

public FlowHelpers()
Method Detail

secondsToDuration

public static String secondsToDuration(Long seconds)

durationToSeconds

public static long durationToSeconds(String duration)

validateInput

public static Object[] validateInput(Method method,
                                     Object[] args)


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