Searched defs:errorNotificationArg (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java78 public StringArgument errorNotificationArg; field in class:TaskScheduleArgs
125 errorNotificationArg = new StringArgument(
161 errorNotificationArg, dependencyArg, failedDependencyActionArg};
217 if (errorNotificationArg.isPresent()) {
218 LinkedList<String> addrs = errorNotificationArg.getValues();
222 addr, errorNotificationArg.getLongIdentifier()));
260 errorNotificationArg, dependencyArg, failedDependencyActionArg};
376 if (errorNotificationArg.isPresent()) {
377 return errorNotificationArg.getValues();
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java79 public StringArgument errorNotificationArg; field in class:TaskScheduleArgs
126 errorNotificationArg = new StringArgument(
162 errorNotificationArg, dependencyArg, failedDependencyActionArg};
218 if (errorNotificationArg.isPresent()) {
219 LinkedList<String> addrs = errorNotificationArg.getValues();
223 addr, errorNotificationArg.getLongIdentifier()));
261 errorNotificationArg, dependencyArg, failedDependencyActionArg};
377 if (errorNotificationArg.isPresent()) {
378 return errorNotificationArg.getValues();
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java79 public StringArgument errorNotificationArg; field in class:TaskScheduleArgs
126 errorNotificationArg = new StringArgument(
162 errorNotificationArg, dependencyArg, failedDependencyActionArg};
218 if (errorNotificationArg.isPresent()) {
219 LinkedList<String> addrs = errorNotificationArg.getValues();
223 addr, errorNotificationArg.getLongIdentifier()));
261 errorNotificationArg, dependencyArg, failedDependencyActionArg};
377 if (errorNotificationArg.isPresent()) {
378 return errorNotificationArg.getValues();
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java78 public StringArgument errorNotificationArg; field in class:TaskScheduleArgs
125 errorNotificationArg = new StringArgument(
161 errorNotificationArg, dependencyArg, failedDependencyActionArg};
217 if (errorNotificationArg.isPresent()) {
218 LinkedList<String> addrs = errorNotificationArg.getValues();
222 addr, errorNotificationArg.getLongIdentifier()));
260 errorNotificationArg, dependencyArg, failedDependencyActionArg};
376 if (errorNotificationArg.isPresent()) {
377 return errorNotificationArg.getValues();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java79 public StringArgument errorNotificationArg; field in class:TaskScheduleArgs
126 errorNotificationArg = new StringArgument(
162 errorNotificationArg, dependencyArg, failedDependencyActionArg};
218 if (errorNotificationArg.isPresent()) {
219 LinkedList<String> addrs = errorNotificationArg.getValues();
223 addr, errorNotificationArg.getLongIdentifier()));
261 errorNotificationArg, dependencyArg, failedDependencyActionArg};
377 if (errorNotificationArg.isPresent()) {
378 return errorNotificationArg.getValues();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java82 public StringArgument errorNotificationArg; field in class:TaskScheduleArgs
129 errorNotificationArg = new StringArgument(
165 errorNotificationArg, dependencyArg, failedDependencyActionArg};
221 if (errorNotificationArg.isPresent()) {
222 LinkedList<String> addrs = errorNotificationArg.getValues();
226 addr, errorNotificationArg.getLongIdentifier()));
263 errorNotificationArg, dependencyArg, failedDependencyActionArg};
379 if (errorNotificationArg.isPresent()) {
380 return errorNotificationArg.getValues();

Completed in 23 milliseconds