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

/forgerock/opendj2/src/server/org/opends/server/backends/task/
H A DTask.java101 private LinkedList<String> notifyOnCompletion; field in class:Task
350 notifyOnCompletion = getAttributeValues(ATTR_TASK_NOTIFY_ON_COMPLETION);
894 return notifyOnCompletion;
1185 recipients.addAll(notifyOnCompletion);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/task/
H A DTask.java102 private LinkedList<String> notifyOnCompletion; field in class:Task
351 notifyOnCompletion = getAttributeValues(ATTR_TASK_NOTIFY_ON_COMPLETION);
895 return notifyOnCompletion;
1186 recipients.addAll(notifyOnCompletion);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/task/
H A DTask.java102 private LinkedList<String> notifyOnCompletion; field in class:Task
351 notifyOnCompletion = getAttributeValues(ATTR_TASK_NOTIFY_ON_COMPLETION);
895 return notifyOnCompletion;
1186 recipients.addAll(notifyOnCompletion);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/task/
H A DTask.java101 private LinkedList<String> notifyOnCompletion; field in class:Task
350 notifyOnCompletion = getAttributeValues(ATTR_TASK_NOTIFY_ON_COMPLETION);
894 return notifyOnCompletion;
1185 recipients.addAll(notifyOnCompletion);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/task/
H A DTask.java102 private LinkedList<String> notifyOnCompletion; field in class:Task
351 notifyOnCompletion = getAttributeValues(ATTR_TASK_NOTIFY_ON_COMPLETION);
895 return notifyOnCompletion;
1186 recipients.addAll(notifyOnCompletion);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/task/
H A DTask.java98 private LinkedList<String> notifyOnCompletion; field in class:Task
253 notifyOnCompletion = getAttributeValues(ATTR_TASK_NOTIFY_ON_COMPLETION);
742 return notifyOnCompletion;
996 LinkedHashSet<String> recipients = new LinkedHashSet<>(notifyOnCompletion);

Completed in 33 milliseconds