Uses of Class
org.opends.server.backends.task.TaskBackend
-
Packages that use TaskBackend 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 TaskBackend in org.opends.server.backends.task
Methods in org.opends.server.backends.task that return TaskBackend Modifier and Type Method Description TaskBackend
TaskScheduler. getTaskBackend()
Retrieves the task backend with which this scheduler is associated.Constructors in org.opends.server.backends.task with parameters of type TaskBackend Constructor Description TaskScheduler(ServerContext serverContext, TaskBackend taskBackend)
Creates a new task scheduler that will be used to ensure that tasks are invoked at the appropriate times.
-