Uses of Class
com.amazonaws.services.simpleworkflow.flow.generic.ActivityImplementationFactory

Packages that use ActivityImplementationFactory
com.amazonaws.services.simpleworkflow.flow.junit   
com.amazonaws.services.simpleworkflow.flow.pojo   
com.amazonaws.services.simpleworkflow.flow.test   
com.amazonaws.services.simpleworkflow.flow.worker   
 

Uses of ActivityImplementationFactory in com.amazonaws.services.simpleworkflow.flow.junit
 

Methods in com.amazonaws.services.simpleworkflow.flow.junit with parameters of type ActivityImplementationFactory
 void GenericWorkflowTest.addFactory(ActivityImplementationFactory factory)
           
 void GenericWorkflowTest.addFactory(String taskListToListen, ActivityImplementationFactory factory)
           
 

Uses of ActivityImplementationFactory in com.amazonaws.services.simpleworkflow.flow.pojo
 

Subclasses of ActivityImplementationFactory in com.amazonaws.services.simpleworkflow.flow.pojo
 class POJOActivityImplementationFactory
           
 

Uses of ActivityImplementationFactory in com.amazonaws.services.simpleworkflow.flow.test
 

Fields in com.amazonaws.services.simpleworkflow.flow.test with type parameters of type ActivityImplementationFactory
protected  Map<String,ActivityImplementationFactory> TestGenericActivityClient.factories
          Key is TaskList
 

Methods in com.amazonaws.services.simpleworkflow.flow.test with parameters of type ActivityImplementationFactory
 void TestGenericActivityClient.addFactory(String taskListToListen, ActivityImplementationFactory factory)
           
 

Uses of ActivityImplementationFactory in com.amazonaws.services.simpleworkflow.flow.worker
 

Methods in com.amazonaws.services.simpleworkflow.flow.worker that return ActivityImplementationFactory
 ActivityImplementationFactory SynchronousActivityTaskPoller.getActivityImplementationFactory()
           
 ActivityImplementationFactory GenericActivityWorker.getActivityImplementationFactory()
           
 

Methods in com.amazonaws.services.simpleworkflow.flow.worker with parameters of type ActivityImplementationFactory
static void GenericActivityWorker.registerActivityTypes(AmazonSimpleWorkflow service, String domain, String defaultTaskList, ActivityImplementationFactory activityImplementationFactory)
           
 void SynchronousActivityTaskPoller.setActivityImplementationFactory(ActivityImplementationFactory activityImplementationFactory)
           
 void GenericActivityWorker.setActivityImplementationFactory(ActivityImplementationFactory activityImplementationFactory)
           
 

Constructors in com.amazonaws.services.simpleworkflow.flow.worker with parameters of type ActivityImplementationFactory
ActivityTaskPoller(AmazonSimpleWorkflow service, String domain, String pollTaskList, ActivityImplementationFactory activityImplementationFactory, ThreadPoolExecutor taskExecutorService)
           
SynchronousActivityTaskPoller(AmazonSimpleWorkflow service, String domain, String taskListToPoll, ActivityImplementationFactory activityImplementationFactory)
           
 



Copyright © 2016. All rights reserved.