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