Package | Description |
---|---|
org.opends.server.tools.tasks |
This package contains classes that support client tool interaction with the tasks backend.
|
Modifier and Type | Method and 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 id,
PrintStream stream)
Wait until the task with the provided id is done.
|
Modifier and Type | Method and Description |
---|---|
List<TaskEntry> |
TaskClient.getTaskEntries()
Gets all the ds-task entries from the task root.
|
Copyright 2010-2022 ForgeRock AS.