Uses of Class
org.opends.server.tools.tasks.TaskEntry
-
Packages that use TaskEntry Package Description org.opends.server.tools.tasks This package contains classes that support client tool interaction with the tasks backend. -
-
Uses of TaskEntry in org.opends.server.tools.tasks
Methods in org.opends.server.tools.tasks that return TaskEntry Modifier and Type Method Description TaskEntry
TaskClient. getTaskEntry(String taskId)
Gets the entry of the task associated to the provided identifier.TaskEntry
TaskClient. schedule(TaskScheduleInformation information)
Schedule a task for execution by writing an entry to the task backend.TaskEntry
TaskClient. waitUntilTaskIsDone(String taskId, PrintStream stream)
Wait until the task with the provided id is done.Methods in org.opends.server.tools.tasks that return types with arguments of type TaskEntry Modifier and Type Method Description List<TaskEntry>
TaskClient. getTaskEntries()
Gets all the ds-task entries from the task root.static Comparator<TaskEntry>
TaskEntry. scheduledStartTimeComparator()
Returns a task entry comparator that compares the scheduled start time of two task entries.
-