See: Description
| Class | Description |
|---|---|
| RecurringTask |
This class defines a information about a recurring task, which will be used
to repeatedly schedule tasks for processing.
|
| Task |
This class defines a task that may be executed by the task backend within the
Directory Server.
|
| TaskBackend |
This class provides an implementation of a Directory Server backend that may
be used to execute various kinds of administrative tasks on a one-time or
recurring basis.
|
| TaskScheduler |
This class defines a task scheduler for the Directory Server that will
control the execution of scheduled tasks and other administrative functions
that need to occur on a regular basis.
|
| TaskThread |
This class defines a thread that will be used to execute a scheduled task
within the server and provide appropriate notification that the task is
complete.
|
| Enum | Description |
|---|---|
| FailedDependencyAction |
This enumeration defines the various ways that a task can behave if it is
dependent upon another task and that earlier task is done running but did not
complete successfully.
|
| TaskState |
This enumeration defines the various states that a task can have during its
lifetime.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.