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

/forgerock/opendj2/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java112 private String pendingUnit; field in class:IntegerWithUnitConfigAttribute
200 pendingUnit = activeUnit;
268 this.pendingUnit = activeUnit;
273 this.pendingUnit = pendingSelectedUnit;
282 if (units.containsKey(pendingUnit))
284 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
386 public String pendingUnit() method in class:IntegerWithUnitConfigAttribute
390 return pendingUnit;
535 pendingUnit = unit;
634 activeUnit = pendingUnit;
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java113 private String pendingUnit; field in class:IntegerWithUnitConfigAttribute
201 pendingUnit = activeUnit;
269 this.pendingUnit = activeUnit;
274 this.pendingUnit = pendingSelectedUnit;
283 if (units.containsKey(pendingUnit))
285 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
387 public String pendingUnit() method in class:IntegerWithUnitConfigAttribute
391 return pendingUnit;
536 pendingUnit = unit;
635 activeUnit = pendingUnit;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java113 private String pendingUnit; field in class:IntegerWithUnitConfigAttribute
201 pendingUnit = activeUnit;
269 this.pendingUnit = activeUnit;
274 this.pendingUnit = pendingSelectedUnit;
283 if (units.containsKey(pendingUnit))
285 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
387 public String pendingUnit() method in class:IntegerWithUnitConfigAttribute
391 return pendingUnit;
536 pendingUnit = unit;
635 activeUnit = pendingUnit;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java113 private String pendingUnit; field in class:IntegerWithUnitConfigAttribute
201 pendingUnit = activeUnit;
269 this.pendingUnit = activeUnit;
274 this.pendingUnit = pendingSelectedUnit;
283 if (units.containsKey(pendingUnit))
285 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
387 public String pendingUnit() method in class:IntegerWithUnitConfigAttribute
391 return pendingUnit;
536 pendingUnit = unit;
635 activeUnit = pendingUnit;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java112 private String pendingUnit; field in class:IntegerWithUnitConfigAttribute
200 pendingUnit = activeUnit;
268 this.pendingUnit = activeUnit;
273 this.pendingUnit = pendingSelectedUnit;
282 if (units.containsKey(pendingUnit))
284 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
386 public String pendingUnit() method in class:IntegerWithUnitConfigAttribute
390 return pendingUnit;
535 pendingUnit = unit;
634 activeUnit = pendingUnit;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java112 private String pendingUnit; field in class:IntegerWithUnitConfigAttribute
200 pendingUnit = activeUnit;
268 this.pendingUnit = activeUnit;
273 this.pendingUnit = pendingSelectedUnit;
282 if (units.containsKey(pendingUnit))
284 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
388 public String pendingUnit() method in class:IntegerWithUnitConfigAttribute
392 return pendingUnit;
535 pendingUnit = unit;
620 activeUnit = pendingUnit;
972 calculateValue(long intValue, String activeUnit, String pendingUnit, Attribute a) argument
[all...]

Completed in 38 milliseconds