Uses of Class
org.opends.server.tools.tasks.TaskClientException
Package
Description
This package contains classes that support client tool interaction with the tasks backend.
-
Uses of TaskClientException in org.opends.server.tools.tasks
Modifier and TypeMethodDescriptionvoid
TaskClient.cancelTask
(String taskId) Changes that the state of the task in the backend to a canceled state.TaskClient.getTaskEntry
(String taskId) Gets the entry of the task associated to the provided identifier.TaskClient.schedule
(TaskScheduleInformation information) Schedule a task for execution by writing an entry to the task backend.TaskClient.waitUntilTaskIsDone
(String taskId, PrintStream stream) Wait until the task with the provided id is done.