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

/forgerock/opendj2/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java109 private String activeUnit; field in class:IntegerWithUnitConfigAttribute
197 this.activeUnit = selectedUnit;
200 pendingUnit = activeUnit;
263 this.activeUnit = activeSelectedUnit;
268 this.pendingUnit = activeUnit;
276 if (units.containsKey(activeUnit))
278 activeCalculatedValue = (long) (activeIntValue*units.get(activeUnit));
336 public String activeUnit() method in class:IntegerWithUnitConfigAttribute
338 return activeUnit;
394 return activeUnit;
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java110 private String activeUnit; field in class:IntegerWithUnitConfigAttribute
198 this.activeUnit = selectedUnit;
201 pendingUnit = activeUnit;
264 this.activeUnit = activeSelectedUnit;
269 this.pendingUnit = activeUnit;
277 if (units.containsKey(activeUnit))
279 activeCalculatedValue = (long) (activeIntValue*units.get(activeUnit));
337 public String activeUnit() method in class:IntegerWithUnitConfigAttribute
339 return activeUnit;
395 return activeUnit;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java110 private String activeUnit; field in class:IntegerWithUnitConfigAttribute
198 this.activeUnit = selectedUnit;
201 pendingUnit = activeUnit;
264 this.activeUnit = activeSelectedUnit;
269 this.pendingUnit = activeUnit;
277 if (units.containsKey(activeUnit))
279 activeCalculatedValue = (long) (activeIntValue*units.get(activeUnit));
337 public String activeUnit() method in class:IntegerWithUnitConfigAttribute
339 return activeUnit;
395 return activeUnit;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java110 private String activeUnit; field in class:IntegerWithUnitConfigAttribute
198 this.activeUnit = selectedUnit;
201 pendingUnit = activeUnit;
264 this.activeUnit = activeSelectedUnit;
269 this.pendingUnit = activeUnit;
277 if (units.containsKey(activeUnit))
279 activeCalculatedValue = (long) (activeIntValue*units.get(activeUnit));
337 public String activeUnit() method in class:IntegerWithUnitConfigAttribute
339 return activeUnit;
395 return activeUnit;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java109 private String activeUnit; field in class:IntegerWithUnitConfigAttribute
197 this.activeUnit = selectedUnit;
200 pendingUnit = activeUnit;
263 this.activeUnit = activeSelectedUnit;
268 this.pendingUnit = activeUnit;
276 if (units.containsKey(activeUnit))
278 activeCalculatedValue = (long) (activeIntValue*units.get(activeUnit));
336 public String activeUnit() method in class:IntegerWithUnitConfigAttribute
338 return activeUnit;
394 return activeUnit;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java109 private String activeUnit; field in class:IntegerWithUnitConfigAttribute
197 this.activeUnit = selectedUnit;
200 pendingUnit = activeUnit;
263 this.activeUnit = activeSelectedUnit;
268 this.pendingUnit = activeUnit;
276 if (units.containsKey(activeUnit))
278 activeCalculatedValue = (long) (activeIntValue*units.get(activeUnit));
338 public String activeUnit() method in class:IntegerWithUnitConfigAttribute
340 return activeUnit;
396 return activeUnit;
972 calculateValue(long intValue, String activeUnit, String pendingUnit, Attribute a) argument
[all...]

Completed in 38 milliseconds