Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow.core
Class TryCatch

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.flow.core.TryCatchFinally
      extended by com.amazonaws.services.simpleworkflow.flow.core.TryCatch
All Implemented Interfaces:
Cancelable

public abstract class TryCatch
extends TryCatchFinally


Nested Class Summary
 
Nested classes/interfaces inherited from class com.amazonaws.services.simpleworkflow.flow.core.TryCatchFinally
TryCatchFinally.State
 
Constructor Summary
TryCatch(com.amazonaws.services.simpleworkflow.flow.core.AsyncContextAware parent, boolean daemon, Promise<?>... waitFor)
           
TryCatch(com.amazonaws.services.simpleworkflow.flow.core.AsyncContextAware parent, Promise<?>... waitFor)
           
TryCatch(boolean daemon, Promise<?>... waitFor)
           
TryCatch(Promise<?>... waitFor)
           
 
Method Summary
 
Methods inherited from class com.amazonaws.services.simpleworkflow.flow.core.TryCatchFinally
cancel, getAsynchronousStackTraceDump, getAsynchronousStackTraceDumpAsString, getName, getStackTrace, getState, isCancelRequested, setName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TryCatch

public TryCatch(Promise<?>... waitFor)

TryCatch

public TryCatch(boolean daemon,
                Promise<?>... waitFor)

TryCatch

public TryCatch(com.amazonaws.services.simpleworkflow.flow.core.AsyncContextAware parent,
                boolean daemon,
                Promise<?>... waitFor)

TryCatch

public TryCatch(com.amazonaws.services.simpleworkflow.flow.core.AsyncContextAware parent,
                Promise<?>... waitFor)


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