Uses of Class
org.opends.server.backends.task.TaskScheduler
-
Packages that use TaskScheduler Package Description org.opends.server.backends.task 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 TaskScheduler Modifier and Type Method Description 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 TaskScheduler Constructor Description RecurringTask(ServerContext serverContext, TaskScheduler taskScheduler, Entry recurringTaskEntry)
Creates a new recurring task based on the information in the provided entry.
-