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 EntryTaskClient. createTask(TaskScheduleInformation information)Creates anEntryfor the task described in the providedTaskScheduleInformation.TaskEntryTaskClient. schedule(TaskScheduleInformation information)Schedule a task for execution by writing an entry to the task backend. 
 -