Uses of Class
org.opends.server.backends.task.RecurringTask
-
Packages that use RecurringTask 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 RecurringTask in org.opends.server.backends.task
Methods in org.opends.server.backends.task that return RecurringTask Modifier and Type Method Description RecurringTask
TaskScheduler. entryToRecurringTask(Entry entry)
Decodes the contents of the provided entry as a recurring task.RecurringTask
TaskScheduler. getRecurringTask(Dn recurringTaskEntryDN)
Retrieves the recurring task with the given recurring task ID.RecurringTask
TaskScheduler. removeRecurringTask(String recurringTaskID)
Removes the recurring task with the given ID.Methods in org.opends.server.backends.task with parameters of type RecurringTask Modifier and Type Method Description void
TaskScheduler. addRecurringTask(RecurringTask recurringTask)
Adds a recurring task to the scheduler, optionally scheduling the first iteration for processing.
-