Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow
Interface ActivityExecutionContextProvider

All Known Implementing Classes:
ActivityExecutionContextProviderImpl

public interface ActivityExecutionContextProvider

Used to access execution context of the currently executed activity. An implementation might rely on thread local storage. So it is guaranteed to return current context only in the thread that invoked the activity implementation. If activity implementation needs to pass its execution context to other threads it has to do it explicitly.


Method Summary
 ActivityExecutionContext getActivityExecutionContext()
           
 

Method Detail

getActivityExecutionContext

ActivityExecutionContext getActivityExecutionContext()


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