Uses of Class
org.opends.server.backends.task.TaskScheduler
Packages that use TaskScheduler
Package
Description
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
-
Uses of TaskScheduler in org.opends.server.backends.task
Methods in org.opends.server.backends.task with parameters of type TaskSchedulerModifier and TypeMethodDescriptionfinal void
Task.initializeTaskInternal
(ServerContext serverContext, TaskScheduler taskScheduler, Entry taskEntry) Performs generic initialization for this task based on the information in the provided task entry.Constructors in org.opends.server.backends.task with parameters of type TaskSchedulerModifierConstructorDescriptionRecurringTask
(ServerContext serverContext, TaskScheduler taskScheduler, Entry recurringTaskEntry) Creates a new recurring task based on the information in the provided entry.