Uses of Interface
org.opends.server.tools.tasks.TaskScheduleInformation
Packages that use TaskScheduleInformation
Package
Description
This package contains classes that support client tool interaction with the tasks backend.
-
Uses of TaskScheduleInformation in org.opends.server.tools.tasks
Methods in org.opends.server.tools.tasks with parameters of type TaskScheduleInformationModifier and TypeMethodDescriptionstatic Entry
TaskClient.createTask
(TaskScheduleInformation information) Creates anEntry
for the task described in the providedTaskScheduleInformation
.TaskClient.schedule
(TaskScheduleInformation information) Schedule a task for execution by writing an entry to the task backend.