Uses of Class
org.opends.server.backends.task.FailedDependencyAction
-
Packages that use FailedDependencyAction Package Description org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.tools.tasks This package contains classes that support client tool interaction with the tasks backend. -
-
Uses of FailedDependencyAction in org.opends.server.backends.task
Methods in org.opends.server.backends.task that return FailedDependencyAction Modifier and Type Method Description static FailedDependencyAction
FailedDependencyAction. defaultValue()
Returns the default action.static FailedDependencyAction
FailedDependencyAction. fromString(String s)
Retrieves the failed dependency action that corresponds to the provided string value.FailedDependencyAction
Task. getFailedDependencyAction()
Retrieves the action that should be taken if any of the dependencies for this task do not complete successfully.static FailedDependencyAction
FailedDependencyAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static FailedDependencyAction[]
FailedDependencyAction. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FailedDependencyAction in org.opends.server.tools.tasks
Methods in org.opends.server.tools.tasks that return FailedDependencyAction Modifier and Type Method Description FailedDependencyAction
TaskScheduleArgs. getFailedDependencyAction()
Gets the action to take should one of the dependent task fail.FailedDependencyAction
TaskScheduleInformation. getFailedDependencyAction()
Gets the action to take should one of the dependent task fail.FailedDependencyAction
TaskScheduleUserData. getFailedDependencyAction()
Gets the action to take should one of the dependent task fail.Methods in org.opends.server.tools.tasks with parameters of type FailedDependencyAction Modifier and Type Method Description void
TaskScheduleUserData. setFailedDependencyAction(FailedDependencyAction failedDependencyAction)
Sets the action to take should one of the dependent task fail.
-