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 FailedDependencyActionFailedDependencyAction. defaultValue()Returns the default action.static FailedDependencyActionFailedDependencyAction. fromString(String s)Retrieves the failed dependency action that corresponds to the provided string value.FailedDependencyActionTask. getFailedDependencyAction()Retrieves the action that should be taken if any of the dependencies for this task do not complete successfully.static FailedDependencyActionFailedDependencyAction. 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 FailedDependencyActionTaskScheduleArgs. getFailedDependencyAction()Gets the action to take should one of the dependent task fail.FailedDependencyActionTaskScheduleInformation. getFailedDependencyAction()Gets the action to take should one of the dependent task fail.FailedDependencyActionTaskScheduleUserData. 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 voidTaskScheduleUserData. setFailedDependencyAction(FailedDependencyAction failedDependencyAction)Sets the action to take should one of the dependent task fail.
-