Uses of Interface
org.opends.server.tools.tasks.TaskScheduleInformation
-
Packages that use TaskScheduleInformation Package Description org.opends.server.tools.tasks 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 TaskScheduleInformation Modifier and Type Method Description static Entry
TaskClient. createTask(TaskScheduleInformation information)
Creates anEntry
for the task described in the providedTaskScheduleInformation
.TaskEntry
TaskClient. schedule(TaskScheduleInformation information)
Schedule a task for execution by writing an entry to the task backend.
-