Did this page help you?

   Yes   No   Tell us about it...

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

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

public abstract class TryFinally
extends TryCatchFinally


Nested Class Summary
 
Nested classes/interfaces inherited from class com.amazonaws.services.simpleworkflow.flow.core.TryCatchFinally
TryCatchFinally.State
 
Constructor Summary
TryFinally(com.amazonaws.services.simpleworkflow.flow.core.AsyncContextAware parent, boolean daemon, Promise<?>... waitFor)
           
TryFinally(com.amazonaws.services.simpleworkflow.flow.core.AsyncContextAware parent, Promise<?>... waitFor)
           
TryFinally(boolean daemon, Promise<?>... waitFor)
           
TryFinally(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

TryFinally

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

TryFinally

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

TryFinally

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

TryFinally

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


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