Uses of Class
org.opends.server.backends.task.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
Modifier 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.ModifierConstructorDescriptionRecurringTask
(ServerContext serverContext, TaskScheduler taskScheduler, Entry recurringTaskEntry) Creates a new recurring task based on the information in the provided entry.