Uses of Class
org.opends.server.tools.tasks.TaskClientException
-
Packages that use TaskClientException Package Description org.opends.server.tools.tasks This package contains classes that support client tool interaction with the tasks backend. -
-
Uses of TaskClientException in org.opends.server.tools.tasks
Methods in org.opends.server.tools.tasks that throw TaskClientException Modifier and Type Method Description void
TaskClient. cancelTask(String taskId)
Changes that the state of the task in the backend to a canceled state.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.
-