/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ |
H A D | JavaArguments.java | 45 private int initialMemory = -1; field in class:JavaArguments 72 return initialMemory; 77 * @param initialMemory the initial memory allowed to execute the 80 public void setInitialMemory(int initialMemory) argument 82 this.initialMemory = initialMemory; 123 equals = initialMemory == ((JavaArguments)o).initialMemory; 156 int hashCode = 44 + initialMemory + maxMemory; 171 sb.append("Initial Memory: ").append(initialMemory) [all...] |
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ |
H A D | JavaArguments.java | 46 private int initialMemory = -1; field in class:JavaArguments 73 return initialMemory; 78 * @param initialMemory the initial memory allowed to execute the 81 public void setInitialMemory(int initialMemory) argument 83 this.initialMemory = initialMemory; 124 equals = initialMemory == ((JavaArguments)o).initialMemory; 157 int hashCode = 44 + initialMemory + maxMemory; 172 sb.append("Initial Memory: ").append(initialMemory) [all...] |
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ |
H A D | JavaArguments.java | 46 private int initialMemory = -1; field in class:JavaArguments 73 return initialMemory; 78 * @param initialMemory the initial memory allowed to execute the 81 public void setInitialMemory(int initialMemory) argument 83 this.initialMemory = initialMemory; 124 equals = initialMemory == ((JavaArguments)o).initialMemory; 157 int hashCode = 44 + initialMemory + maxMemory; 172 sb.append("Initial Memory: ").append(initialMemory) [all...] |
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ |
H A D | JavaArguments.java | 45 private int initialMemory = -1; field in class:JavaArguments 72 return initialMemory; 77 * @param initialMemory the initial memory allowed to execute the 80 public void setInitialMemory(int initialMemory) argument 82 this.initialMemory = initialMemory; 123 equals = initialMemory == ((JavaArguments)o).initialMemory; 156 int hashCode = 44 + initialMemory + maxMemory; 171 sb.append("Initial Memory: ").append(initialMemory) [all...] |
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ |
H A D | JavaArguments.java | 46 private int initialMemory = -1; field in class:JavaArguments 73 return initialMemory; 78 * @param initialMemory the initial memory allowed to execute the 81 public void setInitialMemory(int initialMemory) argument 83 this.initialMemory = initialMemory; 124 equals = initialMemory == ((JavaArguments)o).initialMemory; 157 int hashCode = 44 + initialMemory + maxMemory; 172 sb.append("Initial Memory: ").append(initialMemory) [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ |
H A D | JavaArguments.java | 46 private int initialMemory = -1; field in class:JavaArguments 73 return initialMemory; 78 * @param initialMemory the initial memory allowed to execute the 81 public void setInitialMemory(int initialMemory) argument 83 this.initialMemory = initialMemory; 123 return initialMemory == that.initialMemory 134 int hashCode = 44 + initialMemory + maxMemory; 147 sb.append("Initial Memory: ").append(initialMemory) [all...] |
/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/setup/model/ |
H A D | RuntimeOptions.java | 37 private int initialMemory = -1; field in class:RuntimeOptions 47 ro.initialMemory = 128; 59 return initialMemory; 65 * @param initialMemory 68 public void setInitialMemory(int initialMemory) { argument 69 this.initialMemory = initialMemory; 117 if (initialMemory == other.initialMemory 133 int hashCode = 44 + initialMemory [all...] |
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/ |
H A D | JavaArgumentsDialog.java | 473 int initialMemory = -1; 481 initialMemory = Integer.parseInt(sInitialMemory); 482 if (initialMemory <= 0) 484 initialMemory = -1; 514 if (maxMemory != -1 && initialMemory != -1) 516 if (initialMemory > maxMemory) 527 checkAllArgumentsTogether(initialMemory, maxMemory, allErrors); 532 checkMemoryArguments(initialMemory, maxMemory, memoryErrors); 794 private void checkMemoryArguments(int initialMemory, int maxMemory, argument 799 if (initialMemory ! 838 checkAllArgumentsTogether(int initialMemory, int maxMemory, Collection<Message> errorMsgs) argument [all...] |
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/ |
H A D | JavaArgumentsDialog.java | 474 int initialMemory = -1; 482 initialMemory = Integer.parseInt(sInitialMemory); 483 if (initialMemory <= 0) 485 initialMemory = -1; 515 if (maxMemory != -1 && initialMemory != -1) 517 if (initialMemory > maxMemory) 528 checkAllArgumentsTogether(initialMemory, maxMemory, allErrors); 533 checkMemoryArguments(initialMemory, maxMemory, memoryErrors); 795 private void checkMemoryArguments(int initialMemory, int maxMemory, argument 800 if (initialMemory ! 839 checkAllArgumentsTogether(int initialMemory, int maxMemory, Collection<Message> errorMsgs) argument [all...] |
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/ |
H A D | JavaArgumentsDialog.java | 474 int initialMemory = -1; 482 initialMemory = Integer.parseInt(sInitialMemory); 483 if (initialMemory <= 0) 485 initialMemory = -1; 515 if (maxMemory != -1 && initialMemory != -1) 517 if (initialMemory > maxMemory) 528 checkAllArgumentsTogether(initialMemory, maxMemory, allErrors); 533 checkMemoryArguments(initialMemory, maxMemory, memoryErrors); 795 private void checkMemoryArguments(int initialMemory, int maxMemory, argument 800 if (initialMemory ! 839 checkAllArgumentsTogether(int initialMemory, int maxMemory, Collection<Message> errorMsgs) argument [all...] |
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/ |
H A D | JavaArgumentsDialog.java | 473 int initialMemory = -1; 481 initialMemory = Integer.parseInt(sInitialMemory); 482 if (initialMemory <= 0) 484 initialMemory = -1; 514 if (maxMemory != -1 && initialMemory != -1) 516 if (initialMemory > maxMemory) 527 checkAllArgumentsTogether(initialMemory, maxMemory, allErrors); 532 checkMemoryArguments(initialMemory, maxMemory, memoryErrors); 794 private void checkMemoryArguments(int initialMemory, int maxMemory, argument 799 if (initialMemory ! 838 checkAllArgumentsTogether(int initialMemory, int maxMemory, Collection<Message> errorMsgs) argument [all...] |
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/ |
H A D | JavaArgumentsDialog.java | 501 int initialMemory = -1; 509 initialMemory = Integer.parseInt(sInitialMemory); 510 if (initialMemory <= 0) 512 initialMemory = -1; 542 if (maxMemory != -1 && initialMemory != -1) 544 if (initialMemory > maxMemory) 555 checkAllArgumentsTogether(initialMemory, maxMemory, allErrors); 560 checkMemoryArguments(initialMemory, maxMemory, memoryErrors); 821 private void checkMemoryArguments(int initialMemory, int maxMemory, argument 826 if (initialMemory ! 865 checkAllArgumentsTogether(int initialMemory, int maxMemory, Collection<Message> errorMsgs) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/ |
H A D | JavaArgumentsDialog.java | 468 int initialMemory = -1; 476 initialMemory = Integer.parseInt(sInitialMemory); 477 if (initialMemory <= 0) 479 initialMemory = -1; 510 && initialMemory != -1 511 && initialMemory > maxMemory) 521 checkAllArgumentsTogether(initialMemory, maxMemory, allErrors); 526 checkMemoryArguments(initialMemory, maxMemory, memoryErrors); 782 private void checkMemoryArguments(int initialMemory, int maxMemory, argument 787 if (initialMemory ! 826 checkAllArgumentsTogether(int initialMemory, int maxMemory, Collection<LocalizableMessage> errorMsgs) argument [all...] |