Uses of Interface
org.opends.server.tools.tasks.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
Modifier 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.