com.amazonaws.services.simpleworkflow.flow.core
Interface Cancelable

All Known Implementing Classes:
AsyncScope, TryCatch, TryCatchFinally, TryFinally

public interface Cancelable


Method Summary
 void cancel(Throwable cause)
           
 boolean isCancelRequested()
           
 

Method Detail

cancel

void cancel(Throwable cause)

isCancelRequested

boolean isCancelRequested()


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