com.amazonaws.services.simpleworkflow.flow.test
Class TestPOJOActivityImplementationWorker
java.lang.Object
com.amazonaws.services.simpleworkflow.flow.test.TestPOJOActivityImplementationWorker
public class TestPOJOActivityImplementationWorker
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestPOJOActivityImplementationWorker
public TestPOJOActivityImplementationWorker(String taskList)
getTaskList
public String getTaskList()
setActivitiesImplementations
public void setActivitiesImplementations(Iterable<Object> activitiesImplementations)
throws InstantiationException,
IllegalAccessException,
SecurityException,
NoSuchMethodException
- Throws:
InstantiationException
IllegalAccessException
SecurityException
NoSuchMethodException
getActivitiesImplementations
public Iterable<Object> getActivitiesImplementations()
addActivitiesImplementations
public List<ActivityType> addActivitiesImplementations(Iterable<Object> activitiesImplementations)
throws InstantiationException,
IllegalAccessException,
SecurityException,
NoSuchMethodException
- Throws:
InstantiationException
IllegalAccessException
SecurityException
NoSuchMethodException
addActivitiesImplementations
public List<ActivityType> addActivitiesImplementations(Iterable<Object> activitiesImplementations,
DataConverter dataConverter)
throws InstantiationException,
IllegalAccessException,
SecurityException,
NoSuchMethodException
- Throws:
InstantiationException
IllegalAccessException
SecurityException
NoSuchMethodException
addActivitiesImplementation
public List<ActivityType> addActivitiesImplementation(Object activitiesImplementation)
throws InstantiationException,
IllegalAccessException,
SecurityException,
NoSuchMethodException
- Throws:
InstantiationException
IllegalAccessException
SecurityException
NoSuchMethodException
addActivitiesImplementation
public List<ActivityType> addActivitiesImplementation(Object activitiesImplementation,
DataConverter converter)
throws InstantiationException,
IllegalAccessException,
SecurityException,
NoSuchMethodException
- Throws:
InstantiationException
IllegalAccessException
SecurityException
NoSuchMethodException
getActivityTypesToRegister
public Iterable<ActivityType> getActivityTypesToRegister()
getActivityImplementation
public ActivityImplementation getActivityImplementation(ActivityType activityType)
getDataConverter
public DataConverter getDataConverter()
setDataConverter
public void setDataConverter(DataConverter dataConverter)
Copyright © 2016. All rights reserved.