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.
|
Modifier and Type | Method and Description |
---|---|
List<? extends TaskEntry> |
TaskScheduleInteraction.getTaskEntries()
Returns the task entries that are defined in the server.
|
List<TaskEntry> |
TaskClient.getTaskEntries()
Gets all the ds-task entries from the task root.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskScheduleInteraction.setTaskEntries(List<? extends TaskEntry> taskEntries)
Sets the task entries that are defined in the server.
|
Copyright 2010-2018 ForgeRock AS.