Package | Description |
---|---|
org.opends.server.backends.task |
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskScheduler.addRecurringTask(RecurringTask recurringTask,
boolean scheduleIteration)
Adds a recurring task to the scheduler, optionally scheduling the first iteration for processing.
|
Copyright 2010-2022 ForgeRock AS.