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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java905 pendingCalculatedValue = calculateValue(pendingIntValue, activeUnit, pendingUnit, a);
928 activeCalculatedValue = calculateValue(activeIntValue, activeUnit, activeUnit, a);
972 private long calculateValue(long intValue, String activeUnit, String pendingUnit, Attribute a) throws ConfigException method in class:IntegerWithUnitConfigAttribute

Completed in 21 milliseconds