All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AbstractQuartzTaskManager This class represents an abstract class implementation of TaskManager based on Quartz Scheduler.AbstractTask This represents an abstract class implementation of a Task.ClusteredTaskManager This class represents a clustered task manager, which is used when tasks are distributed across a cluster.ClusteredTaskManagerFactory This represents the clustered task manager factory class.ClusterGroupCommunicator This class represents the cluster group communicator used by clustered task managers.DeleteTaskCall Delete task RPC call implementation.FileBasedTaskRepository Files based task repository implementation.LocalTaskActionListener Listener to be notified when a task is deleted atTaskManager
.NonConcurrentTaskQuartzJobAdapter This class is a Quartz Job implementation which simply extends the functionality of TaskQuartzJobAdapter, to not to allow concurrent execution of tasks.PauseTaskCall Pause task RPC call implementation.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.RemoteTaskCallbackServlet This class represents a servlet used to listen for requests from a remote task server.RemoteTaskManager This class represents a remote task manager implementation.RemoteTaskManager.TaskStatusMessage This class represents the cluster message for retrieving a task status.RemoteTaskManager.TaskStatusResult This class represents a clustering message result for task statuses.RemoteTaskManagerFactory This represents the remote task manager factory class.RemoteTaskUtils This class represents remote task related utility methods.RescheduleTaskCall Reschedule task RPC call implementation.ResumeTaskCall Resume task RPC call 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.RunningTasksInServerCall Running tasks in server RPC call implementation.ScheduleTaskCall Schedule task RPC call implementation.StandaloneTaskManager This class represents a single node task server manager, which is created when the server is run in standalone mode.StandaloneTaskManagerFactory This represents the standalone task manager factory class.Task Task interface to be implemented by all tasks.TaskAxis2ConfigurationContextObserver This class represents an configuration context observer, used to load the tasks, when a new tenant arrives.TaskCall<V> Base class for cluster RPC calls.TaskInfo This class represents a task job definition.TaskInfo.TriggerInfo This class represents task trigger information.TaskLocationResolver This interface represents the contract that must be implemented to retrieve the location that a given task should be scheduled.TaskManager This interface represents the task manager functionalities.TaskManager.TaskState Task states.TaskManagerFactory This represents a factory class used to create task managers.TaskManagerId This class represents an identifier for a task manager.TaskQuartzJobAdapter This class represents an adapter class used to wrap a Task in a Quartz Job.TaskRepository This interface represents a task repository, which can be used to store and load tasks.TasksDSComponent This class represents the Tasks declarative service component.TaskService This interface represents the task OSGi service.TaskService.TaskServerMode TaskService.TaskServiceConfiguration TaskServiceContext This class represents a runtime context of the task service.TaskServiceImpl This class represents the TaskService implementation.TaskServiceXMLConfiguration This represents the task service XML based configuration.TaskServiceXMLConfiguration.DefaultLocationResolver TaskServiceXMLConfiguration.DefaultLocationResolver.Property TaskServiceXMLConfiguration.TaskServerAvailabilityCheck TaskStartupHandler A server startup handler implementation which is used as a listener to know when to start scheduling the tasks.TaskStateCall Task state RPC call implementation.TaskUtils This class contains utitilty functions related to tasks.