com.amazonaws.services.simpleworkflow.flow.worker
Class CurrentActivityExecutionContext
java.lang.Object
com.amazonaws.services.simpleworkflow.flow.worker.CurrentActivityExecutionContext
public class CurrentActivityExecutionContext
- extends Object
Thread local store of the context object passed to an activity
implementation. Avoid using this class directly. Use
ActivityExecutionContextProviderImpl
instead.
get
public static ActivityExecutionContext get()
- This is used by activity implementation to get access to the current
ActivityExecutionContext
isSet
public static boolean isSet()
set
public static void set(ActivityExecutionContext context)
unset
public static void unset()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.