Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow.spring
Class WorkflowScopeBeanNames

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.flow.spring.WorkflowScopeBeanNames

public class WorkflowScopeBeanNames
extends Object


Field Summary
static String DECISION_CONTEXT
           
static String GENERIC_ACTIVITY_CLIENT
           
static String GENERIC_WORKFLOW_CLIENT
           
static String WORKFLOW_CLOCK
           
static String WORKFLOW_CONTEXT
           
 
Constructor Summary
WorkflowScopeBeanNames()
           
 
Method Summary
static boolean isWorkflowScopeBeanName(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERIC_ACTIVITY_CLIENT

public static final String GENERIC_ACTIVITY_CLIENT
See Also:
Constant Field Values

GENERIC_WORKFLOW_CLIENT

public static final String GENERIC_WORKFLOW_CLIENT
See Also:
Constant Field Values

WORKFLOW_CLOCK

public static final String WORKFLOW_CLOCK
See Also:
Constant Field Values

WORKFLOW_CONTEXT

public static final String WORKFLOW_CONTEXT
See Also:
Constant Field Values

DECISION_CONTEXT

public static final String DECISION_CONTEXT
See Also:
Constant Field Values
Constructor Detail

WorkflowScopeBeanNames

public WorkflowScopeBeanNames()
Method Detail

isWorkflowScopeBeanName

public static boolean isWorkflowScopeBeanName(String name)


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