Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow.worker
Class CurrentActivityExecutionContext

java.lang.Object
  extended by 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.


Method Summary
static ActivityExecutionContext get()
          This is used by activity implementation to get access to the current ActivityExecutionContext
static boolean isSet()
           
static void set(ActivityExecutionContext context)
           
static void unset()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.