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

/forgerock/opendj2/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java237 * @param pendingSelectedUnit The pending selected unit for this
248 String pendingSelectedUnit)
252 (pendingSelectedUnit != null),
253 getValueSet(pendingIntValue,pendingSelectedUnit));
265 if (pendingSelectedUnit == null)
273 this.pendingUnit = pendingSelectedUnit;
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
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java238 * @param pendingSelectedUnit The pending selected unit for this
249 String pendingSelectedUnit)
253 (pendingSelectedUnit != null),
254 getValueSet(pendingIntValue,pendingSelectedUnit));
266 if (pendingSelectedUnit == null)
274 this.pendingUnit = pendingSelectedUnit;
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
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java238 * @param pendingSelectedUnit The pending selected unit for this
249 String pendingSelectedUnit)
253 (pendingSelectedUnit != null),
254 getValueSet(pendingIntValue,pendingSelectedUnit));
266 if (pendingSelectedUnit == null)
274 this.pendingUnit = pendingSelectedUnit;
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
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java238 * @param pendingSelectedUnit The pending selected unit for this
249 String pendingSelectedUnit)
253 (pendingSelectedUnit != null),
254 getValueSet(pendingIntValue,pendingSelectedUnit));
266 if (pendingSelectedUnit == null)
274 this.pendingUnit = pendingSelectedUnit;
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
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java237 * @param pendingSelectedUnit The pending selected unit for this
248 String pendingSelectedUnit)
252 (pendingSelectedUnit != null),
253 getValueSet(pendingIntValue,pendingSelectedUnit));
265 if (pendingSelectedUnit == null)
273 this.pendingUnit = pendingSelectedUnit;
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
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java237 * @param pendingSelectedUnit The pending selected unit for this
248 String pendingSelectedUnit)
252 (pendingSelectedUnit != null),
253 getValueSet(pendingIntValue,pendingSelectedUnit));
265 if (pendingSelectedUnit == null)
273 this.pendingUnit = pendingSelectedUnit;
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

Completed in 43 milliseconds