Uses of Class
org.opends.server.backends.task.TaskBackend
Package
Description
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
Modifier and TypeMethodDescriptionTaskScheduler.getTaskBackend()
Retrieves the task backend with which this scheduler is associated.ModifierConstructorDescriptionTaskScheduler
(ServerContext serverContext, TaskBackend taskBackend) Creates a new task scheduler that will be used to ensure that tasks are invoked at the appropriate times.