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 voidTaskClient. cancelTask(String taskId)Changes that the state of the task in the backend to a canceled state.TaskEntryTaskClient. getTaskEntry(String taskId)Gets the entry of the task associated to the provided identifier.TaskEntryTaskClient. schedule(TaskScheduleInformation information)Schedule a task for execution by writing an entry to the task backend.TaskEntryTaskClient. waitUntilTaskIsDone(String taskId, PrintStream stream)Wait until the task with the provided id is done.
-