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

/forgerock/opendj2/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java100 private long pendingCalculatedValue; field in class:IntegerWithUnitConfigAttribute
207 pendingCalculatedValue = activeCalculatedValue;
284 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
408 public long pendingCalculatedValue() method in class:IntegerWithUnitConfigAttribute
412 return pendingCalculatedValue;
533 pendingCalculatedValue = calculatedValue;
632 activeCalculatedValue = pendingCalculatedValue;
990 pendingCalculatedValue = (long) (multiplier * pendingIntValue);
994 if (hasLowerBound && (pendingCalculatedValue < lowerBound))
997 a.getName(), pendingCalculatedValue, lowerBoun
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java101 private long pendingCalculatedValue; field in class:IntegerWithUnitConfigAttribute
208 pendingCalculatedValue = activeCalculatedValue;
285 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
409 public long pendingCalculatedValue() method in class:IntegerWithUnitConfigAttribute
413 return pendingCalculatedValue;
534 pendingCalculatedValue = calculatedValue;
633 activeCalculatedValue = pendingCalculatedValue;
991 pendingCalculatedValue = (long) (multiplier * pendingIntValue);
995 if (hasLowerBound && (pendingCalculatedValue < lowerBound))
998 a.getName(), pendingCalculatedValue, lowerBoun
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java101 private long pendingCalculatedValue; field in class:IntegerWithUnitConfigAttribute
208 pendingCalculatedValue = activeCalculatedValue;
285 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
409 public long pendingCalculatedValue() method in class:IntegerWithUnitConfigAttribute
413 return pendingCalculatedValue;
534 pendingCalculatedValue = calculatedValue;
633 activeCalculatedValue = pendingCalculatedValue;
991 pendingCalculatedValue = (long) (multiplier * pendingIntValue);
995 if (hasLowerBound && (pendingCalculatedValue < lowerBound))
998 a.getName(), pendingCalculatedValue, lowerBoun
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java101 private long pendingCalculatedValue; field in class:IntegerWithUnitConfigAttribute
208 pendingCalculatedValue = activeCalculatedValue;
285 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
409 public long pendingCalculatedValue() method in class:IntegerWithUnitConfigAttribute
413 return pendingCalculatedValue;
534 pendingCalculatedValue = calculatedValue;
633 activeCalculatedValue = pendingCalculatedValue;
991 pendingCalculatedValue = (long) (multiplier * pendingIntValue);
995 if (hasLowerBound && (pendingCalculatedValue < lowerBound))
998 a.getName(), pendingCalculatedValue, lowerBoun
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java100 private long pendingCalculatedValue; field in class:IntegerWithUnitConfigAttribute
207 pendingCalculatedValue = activeCalculatedValue;
284 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
408 public long pendingCalculatedValue() method in class:IntegerWithUnitConfigAttribute
412 return pendingCalculatedValue;
533 pendingCalculatedValue = calculatedValue;
632 activeCalculatedValue = pendingCalculatedValue;
990 pendingCalculatedValue = (long) (multiplier * pendingIntValue);
994 if (hasLowerBound && (pendingCalculatedValue < lowerBound))
997 a.getName(), pendingCalculatedValue, lowerBoun
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java100 private long pendingCalculatedValue; field in class:IntegerWithUnitConfigAttribute
207 pendingCalculatedValue = activeCalculatedValue;
284 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
410 public long pendingCalculatedValue() method in class:IntegerWithUnitConfigAttribute
414 return pendingCalculatedValue;
533 pendingCalculatedValue = calculatedValue;
618 activeCalculatedValue = pendingCalculatedValue;
905 pendingCalculatedValue = calculateValue(pendingIntValue, activeUnit, pendingUnit, a);
1044 if (requiresAdminAction() && pendingCalculatedValue != activeCalculatedValue)

Completed in 32 milliseconds