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

/forgerock/opendj2/src/server/org/opends/server/config/
H A DIntegerConfigAttribute.java464 public int pendingIntValue() method in class:IntegerConfigAttribute
H A DIntegerWithUnitConfigAttribute.java103 private long pendingIntValue; field in class:IntegerWithUnitConfigAttribute
199 pendingIntValue = activeIntValue;
235 * @param pendingIntValue The pending selected value for this
247 long pendingIntValue,
253 getValueSet(pendingIntValue,pendingSelectedUnit));
267 this.pendingIntValue = activeIntValue;
272 this.pendingIntValue = pendingIntValue;
284 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
365 public long pendingIntValue() method in class:IntegerWithUnitConfigAttribute
240 IntegerWithUnitConfigAttribute(String name, Message description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long activeIntValue, String activeSelectedUnit, long pendingIntValue, String pendingSelectedUnit) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DIntegerConfigAttribute.java465 public int pendingIntValue() method in class:IntegerConfigAttribute
H A DIntegerWithUnitConfigAttribute.java104 private long pendingIntValue; field in class:IntegerWithUnitConfigAttribute
200 pendingIntValue = activeIntValue;
236 * @param pendingIntValue The pending selected value for this
248 long pendingIntValue,
254 getValueSet(pendingIntValue,pendingSelectedUnit));
268 this.pendingIntValue = activeIntValue;
273 this.pendingIntValue = pendingIntValue;
285 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
366 public long pendingIntValue() method in class:IntegerWithUnitConfigAttribute
241 IntegerWithUnitConfigAttribute(String name, Message description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long activeIntValue, String activeSelectedUnit, long pendingIntValue, String pendingSelectedUnit) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DIntegerConfigAttribute.java465 public int pendingIntValue() method in class:IntegerConfigAttribute
H A DIntegerWithUnitConfigAttribute.java104 private long pendingIntValue; field in class:IntegerWithUnitConfigAttribute
200 pendingIntValue = activeIntValue;
236 * @param pendingIntValue The pending selected value for this
248 long pendingIntValue,
254 getValueSet(pendingIntValue,pendingSelectedUnit));
268 this.pendingIntValue = activeIntValue;
273 this.pendingIntValue = pendingIntValue;
285 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
366 public long pendingIntValue() method in class:IntegerWithUnitConfigAttribute
241 IntegerWithUnitConfigAttribute(String name, Message description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long activeIntValue, String activeSelectedUnit, long pendingIntValue, String pendingSelectedUnit) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DIntegerConfigAttribute.java465 public int pendingIntValue() method in class:IntegerConfigAttribute
H A DIntegerWithUnitConfigAttribute.java104 private long pendingIntValue; field in class:IntegerWithUnitConfigAttribute
200 pendingIntValue = activeIntValue;
236 * @param pendingIntValue The pending selected value for this
248 long pendingIntValue,
254 getValueSet(pendingIntValue,pendingSelectedUnit));
268 this.pendingIntValue = activeIntValue;
273 this.pendingIntValue = pendingIntValue;
285 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
366 public long pendingIntValue() method in class:IntegerWithUnitConfigAttribute
241 IntegerWithUnitConfigAttribute(String name, Message description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long activeIntValue, String activeSelectedUnit, long pendingIntValue, String pendingSelectedUnit) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DIntegerConfigAttribute.java464 public int pendingIntValue() method in class:IntegerConfigAttribute
H A DIntegerWithUnitConfigAttribute.java103 private long pendingIntValue; field in class:IntegerWithUnitConfigAttribute
199 pendingIntValue = activeIntValue;
235 * @param pendingIntValue The pending selected value for this
247 long pendingIntValue,
253 getValueSet(pendingIntValue,pendingSelectedUnit));
267 this.pendingIntValue = activeIntValue;
272 this.pendingIntValue = pendingIntValue;
284 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
365 public long pendingIntValue() method in class:IntegerWithUnitConfigAttribute
240 IntegerWithUnitConfigAttribute(String name, Message description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long activeIntValue, String activeSelectedUnit, long pendingIntValue, String pendingSelectedUnit) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DIntegerConfigAttribute.java417 public int pendingIntValue() method in class:IntegerConfigAttribute
H A DIntegerWithUnitConfigAttribute.java103 private long pendingIntValue; field in class:IntegerWithUnitConfigAttribute
199 pendingIntValue = activeIntValue;
235 * @param pendingIntValue The pending selected value for this
247 long pendingIntValue,
253 getValueSet(pendingIntValue,pendingSelectedUnit));
267 this.pendingIntValue = activeIntValue;
272 this.pendingIntValue = pendingIntValue;
284 pendingCalculatedValue = (long) (pendingIntValue*units.get(pendingUnit));
367 public long pendingIntValue() method in class:IntegerWithUnitConfigAttribute
240 IntegerWithUnitConfigAttribute(String name, LocalizableMessage description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long activeIntValue, String activeSelectedUnit, long pendingIntValue, String pendingSelectedUnit) argument
[all...]

Completed in 56 milliseconds