SMILA 1.0 API documentation

Package org.eclipse.smila.jobmanager.taskgenerator

Interface Summary
TaskGenerator Interface for TaskGenerator implementations.
TaskGeneratorProvider Provides access to different TaskGenerator services.
 

Class Summary
CombineInputWithAllTaskGenerator TaskGenerator for two input buckets that generates tasks for each combination of: [changed input bulk of first bucket X (all) object(s) from second input bucket] If the second input bucket is empty, no tasks will be generated.
DefaultTaskGenerator Default Task Generator implementation.
RunOnceTriggerTaskGenerator RunOnce Trigger Task Generator implementation.
TaskGenerationUtil Helper class used for task generation issues.
TaskGeneratorBase  
TaskGeneratorProviderImpl Implements a TaskGeneratorProvider for selecting TaskGenerator implementations.
 

Exception Summary
TaskGeneratorException Exception thrown by task generators if errors occur when generating tasks.
 


SMILA 1.0 API documentation