Did this page help you?

   Yes   No   Tell us about it...

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

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

public interface Cancelable


Method Summary
 void cancel(java.lang.Throwable cause)
           
 boolean isCancelRequested()
           
 

Method Detail

cancel

void cancel(java.lang.Throwable cause)

isCancelRequested

boolean isCancelRequested()


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