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

/forgerock/opendj2/src/server/org/opends/server/config/
H A DIntegerConfigAttribute.java373 public int activeIntValue() method in class:IntegerConfigAttribute
469 return activeIntValue();
H A DIntegerWithUnitConfigAttribute.java94 private long activeIntValue; field in class:IntegerWithUnitConfigAttribute
196 this.activeIntValue = intValue;
199 pendingIntValue = activeIntValue;
204 activeCalculatedValue = (long) (activeIntValue * units.get(selectedUnit));
231 * @param activeIntValue The active selected value for this
245 long activeIntValue,
251 getValueSet(activeIntValue, activeSelectedUnit),
262 this.activeIntValue = activeIntValue;
267 this.pendingIntValue = activeIntValue;
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
324 public long activeIntValue() method in class:IntegerWithUnitConfigAttribute
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DIntegerConfigAttribute.java374 public int activeIntValue() method in class:IntegerConfigAttribute
470 return activeIntValue();
H A DIntegerWithUnitConfigAttribute.java95 private long activeIntValue; field in class:IntegerWithUnitConfigAttribute
197 this.activeIntValue = intValue;
200 pendingIntValue = activeIntValue;
205 activeCalculatedValue = (long) (activeIntValue * units.get(selectedUnit));
232 * @param activeIntValue The active selected value for this
246 long activeIntValue,
252 getValueSet(activeIntValue, activeSelectedUnit),
263 this.activeIntValue = activeIntValue;
268 this.pendingIntValue = activeIntValue;
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
325 public long activeIntValue() method in class:IntegerWithUnitConfigAttribute
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DIntegerConfigAttribute.java374 public int activeIntValue() method in class:IntegerConfigAttribute
470 return activeIntValue();
H A DIntegerWithUnitConfigAttribute.java95 private long activeIntValue; field in class:IntegerWithUnitConfigAttribute
197 this.activeIntValue = intValue;
200 pendingIntValue = activeIntValue;
205 activeCalculatedValue = (long) (activeIntValue * units.get(selectedUnit));
232 * @param activeIntValue The active selected value for this
246 long activeIntValue,
252 getValueSet(activeIntValue, activeSelectedUnit),
263 this.activeIntValue = activeIntValue;
268 this.pendingIntValue = activeIntValue;
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
325 public long activeIntValue() method in class:IntegerWithUnitConfigAttribute
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DIntegerConfigAttribute.java374 public int activeIntValue() method in class:IntegerConfigAttribute
470 return activeIntValue();
H A DIntegerWithUnitConfigAttribute.java95 private long activeIntValue; field in class:IntegerWithUnitConfigAttribute
197 this.activeIntValue = intValue;
200 pendingIntValue = activeIntValue;
205 activeCalculatedValue = (long) (activeIntValue * units.get(selectedUnit));
232 * @param activeIntValue The active selected value for this
246 long activeIntValue,
252 getValueSet(activeIntValue, activeSelectedUnit),
263 this.activeIntValue = activeIntValue;
268 this.pendingIntValue = activeIntValue;
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
325 public long activeIntValue() method in class:IntegerWithUnitConfigAttribute
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DIntegerConfigAttribute.java373 public int activeIntValue() method in class:IntegerConfigAttribute
469 return activeIntValue();
H A DIntegerWithUnitConfigAttribute.java94 private long activeIntValue; field in class:IntegerWithUnitConfigAttribute
196 this.activeIntValue = intValue;
199 pendingIntValue = activeIntValue;
204 activeCalculatedValue = (long) (activeIntValue * units.get(selectedUnit));
231 * @param activeIntValue The active selected value for this
245 long activeIntValue,
251 getValueSet(activeIntValue, activeSelectedUnit),
262 this.activeIntValue = activeIntValue;
267 this.pendingIntValue = activeIntValue;
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
324 public long activeIntValue() method in class:IntegerWithUnitConfigAttribute
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DIntegerConfigAttribute.java332 public int activeIntValue() method in class:IntegerConfigAttribute
422 return activeIntValue();
H A DIntegerWithUnitConfigAttribute.java94 private long activeIntValue; field in class:IntegerWithUnitConfigAttribute
196 this.activeIntValue = intValue;
199 pendingIntValue = activeIntValue;
204 activeCalculatedValue = (long) (activeIntValue * units.get(selectedUnit));
231 * @param activeIntValue The active selected value for this
245 long activeIntValue,
251 getValueSet(activeIntValue, activeSelectedUnit),
262 this.activeIntValue = activeIntValue;
267 this.pendingIntValue = activeIntValue;
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
326 public long activeIntValue() method in class:IntegerWithUnitConfigAttribute
[all...]

Completed in 80 milliseconds