Interface | Description |
---|---|
LocalTaskActionListener |
Listener to be notified when a task is deleted at
TaskManager . |
Class | Description |
---|---|
AbstractQuartzTaskManager |
This class represents an abstract class implementation of TaskManager based on Quartz Scheduler.
|
NonConcurrentTaskQuartzJobAdapter |
This class is a Quartz Job implementation which simply extends the functionality of TaskQuartzJobAdapter,
to not to allow concurrent execution of tasks.
|
QuartzCachedThreadPool |
Quartz thread pool implementation which uses a cached thread executor service.
|
RandomTaskLocationResolver |
This class represents a task location resolver, which randomly assigns
tasks to the task cluster.
|
RegistryBasedTaskRepository |
Registry based task repository implementation.
|
RoundRobinTaskLocationResolver |
This class represents a TaskLocationResolver implementation, which assigns a location to the task
in a round robin fashion.
|
RuleBasedLocationResolver |
This class represents a task location resolver, which assigns the locations
according to a filtering rules given as parameters.
|
TaskAxis2ConfigurationContextObserver |
This class represents an configuration context observer, used to load the tasks, when a new
tenant arrives.
|
TaskQuartzJobAdapter |
This class represents an adapter class used to wrap a Task in a Quartz Job.
|
Copyright © 2018 WSO2. All rights reserved.