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

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DManageTasks.java468 List<Integer> cancelableIndices = new ArrayList<Integer>();
496 cancelableIndices.add(index);
509 if (cancelableIndices.size() > 0) {
513 new CancelTaskTop(taskIds, cancelableIndices));
929 private List<Integer> cancelableIndices; field in class:ManageTasks.CancelTaskTop
935 * @param cancelableIndices list of integers whose elements represent
939 List<Integer> cancelableIndices) {
941 this.cancelableIndices = cancelableIndices;
952 if (cancelableIndices !
938 CancelTaskTop(List<String> taskIds, List<Integer> cancelableIndices) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DManageTasks.java467 List<Integer> cancelableIndices = new ArrayList<Integer>();
495 cancelableIndices.add(index);
508 if (cancelableIndices.size() > 0) {
512 new CancelTaskTop(taskIds, cancelableIndices));
928 private List<Integer> cancelableIndices; field in class:ManageTasks.CancelTaskTop
934 * @param cancelableIndices list of integers whose elements represent
938 List<Integer> cancelableIndices) {
940 this.cancelableIndices = cancelableIndices;
951 if (cancelableIndices !
937 CancelTaskTop(List<String> taskIds, List<Integer> cancelableIndices) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DManageTasks.java468 List<Integer> cancelableIndices = new ArrayList<Integer>();
496 cancelableIndices.add(index);
509 if (cancelableIndices.size() > 0) {
513 new CancelTaskTop(taskIds, cancelableIndices));
929 private List<Integer> cancelableIndices; field in class:ManageTasks.CancelTaskTop
935 * @param cancelableIndices list of integers whose elements represent
939 List<Integer> cancelableIndices) {
941 this.cancelableIndices = cancelableIndices;
952 if (cancelableIndices !
938 CancelTaskTop(List<String> taskIds, List<Integer> cancelableIndices) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DManageTasks.java468 List<Integer> cancelableIndices = new ArrayList<Integer>();
496 cancelableIndices.add(index);
509 if (cancelableIndices.size() > 0) {
513 new CancelTaskTop(taskIds, cancelableIndices));
929 private List<Integer> cancelableIndices; field in class:ManageTasks.CancelTaskTop
935 * @param cancelableIndices list of integers whose elements represent
939 List<Integer> cancelableIndices) {
941 this.cancelableIndices = cancelableIndices;
952 if (cancelableIndices !
938 CancelTaskTop(List<String> taskIds, List<Integer> cancelableIndices) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DManageTasks.java467 List<Integer> cancelableIndices = new ArrayList<Integer>();
495 cancelableIndices.add(index);
508 if (cancelableIndices.size() > 0) {
512 new CancelTaskTop(taskIds, cancelableIndices));
928 private List<Integer> cancelableIndices; field in class:ManageTasks.CancelTaskTop
934 * @param cancelableIndices list of integers whose elements represent
938 List<Integer> cancelableIndices) {
940 this.cancelableIndices = cancelableIndices;
951 if (cancelableIndices !
937 CancelTaskTop(List<String> taskIds, List<Integer> cancelableIndices) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DManageTasks.java413 List<Integer> cancelableIndices = new ArrayList<>();
440 cancelableIndices.add(index);
453 if (!cancelableIndices.isEmpty()) {
457 new CancelTaskTop(taskIds, cancelableIndices));
820 private List<Integer> cancelableIndices; field in class:ManageTasks.CancelTaskTop
826 * @param cancelableIndices list of integers whose elements represent
829 public CancelTaskTop(List<String> taskIds, List<Integer> cancelableIndices) argument
832 this.cancelableIndices = cancelableIndices;
842 if (cancelableIndices
[all...]

Completed in 39 milliseconds