Searched refs:intValue (Results 101 - 125 of 543) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DResultCode.java693 private int intValue; field in class:ResultCode
704 * @param intValue The integer value for this result code.
707 private ResultCode(int intValue, Message name) argument
710 this.intValue = intValue;
723 return intValue;
731 * @param intValue The value for which to retrieve the
738 public static ResultCode valueOf(int intValue) argument
740 switch (intValue)
/forgerock/opendj2/src/server/org/opends/server/types/
H A DResultCode.java692 private int intValue; field in class:ResultCode
703 * @param intValue The integer value for this result code.
706 private ResultCode(int intValue, Message name) argument
709 this.intValue = intValue;
722 return intValue;
730 * @param intValue The value for which to retrieve the
737 public static ResultCode valueOf(int intValue) argument
739 switch (intValue)
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DResultCode.java693 private int intValue; field in class:ResultCode
704 * @param intValue The integer value for this result code.
707 private ResultCode(int intValue, Message name) argument
710 this.intValue = intValue;
723 return intValue;
731 * @param intValue The value for which to retrieve the
738 public static ResultCode valueOf(int intValue) argument
740 switch (intValue)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DResultCode.java693 private int intValue; field in class:ResultCode
704 * @param intValue The integer value for this result code.
707 private ResultCode(int intValue, Message name) argument
710 this.intValue = intValue;
723 return intValue;
731 * @param intValue The value for which to retrieve the
738 public static ResultCode valueOf(int intValue) argument
740 switch (intValue)
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DResultCode.java692 private int intValue; field in class:ResultCode
703 * @param intValue The integer value for this result code.
706 private ResultCode(int intValue, Message name) argument
709 this.intValue = intValue;
722 return intValue;
730 * @param intValue The value for which to retrieve the
737 public static ResultCode valueOf(int intValue) argument
739 switch (intValue)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java174 * @param intValue The selected value for this configuration
184 long intValue, String selectedUnit)
187 getValueSet(intValue, selectedUnit));
196 this.activeIntValue = intValue;
499 * @param intValue The integer component for the value of this configuration
507 public void setValue(long intValue, String unit) argument
516 long calculatedValue = (long) (intValue * units.get(unit));
534 pendingIntValue = intValue;
536 setPendingValues(getValueSet(intValue, unit));
541 activeIntValue = intValue;
179 IntegerWithUnitConfigAttribute(String name, LocalizableMessage description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long intValue, String selectedUnit) argument
593 getValueSet(long intValue, String unit) argument
972 calculateValue(long intValue, String activeUnit, String pendingUnit, Attribute a) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteSequenceReader.java335 int intValue = 0;
341 intValue = 0xFFFFFFFF;
343 intValue = (intValue << 8) | (readByte & 0xFF);
347 return intValue;
/forgerock/opendj2/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteSequenceReader.java334 int intValue = 0;
340 intValue = 0xFFFFFFFF;
342 intValue = (intValue << 8) | (readByte & 0xFF);
346 return intValue;
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteSequenceReader.java335 int intValue = 0;
341 intValue = 0xFFFFFFFF;
343 intValue = (intValue << 8) | (readByte & 0xFF);
347 return intValue;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteSequenceReader.java335 int intValue = 0;
341 intValue = 0xFFFFFFFF;
343 intValue = (intValue << 8) | (readByte & 0xFF);
347 return intValue;
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1ByteSequenceReader.java334 int intValue = 0;
340 intValue = 0xFFFFFFFF;
342 intValue = (intValue << 8) | (readByte & 0xFF);
346 return intValue;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DSiteStatusCheckThreadImpl.java60 get(Constants.MONITORING_TIMEOUT, "10000")).intValue();
65 get(Constants.URLCHECKER_INVALIDATE_INTERVAL, "70000")).intValue();
67 get(Constants.URLCHECKER_SLEEP_INTERVAL, "30000")).intValue();
69 get(Constants.URLCHECKER_RETRY_INTERVAL, "500")).intValue();
71 get(Constants.URLCHECKER_RETRY_LIMIT, "3")).intValue();
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DSiteStatusCheckThreadImpl.java59 get(Constants.MONITORING_TIMEOUT, "10000")).intValue();
64 get(Constants.URLCHECKER_INVALIDATE_INTERVAL, "70000")).intValue();
66 get(Constants.URLCHECKER_SLEEP_INTERVAL, "30000")).intValue();
68 get(Constants.URLCHECKER_RETRY_INTERVAL, "500")).intValue();
70 get(Constants.URLCHECKER_RETRY_LIMIT, "3")).intValue();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DServerInstance.java175 int intValue = Integer.parseInt(attrVal);
176 return intValue;
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/monitoring/cts/
H A DCtsCRUDOperationsPerTokenTypeEntryImpl.java66 token = Enums.getEnumFromOrdinal(TokenType.class, getTokenTableIndex().intValue() - 1);
91 operation = Enums.getEnumFromOrdinal(CTSOperation.class, getOperationTableIndex().intValue() - 1);
/forgerock/openam-v13/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/
H A DADMailBasedRepoTest.java65 assertThat(results.getErrorCode()).isEqualTo(ResultCode.SUCCESS.intValue());
75 assertThat(results.getErrorCode()).isEqualTo(ResultCode.SUCCESS.intValue());
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DServerInstance.java175 int intValue = Integer.parseInt(attrVal);
176 return intValue;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/monitoring/cts/
H A DCtsCRUDOperationsPerTokenTypeEntryImpl.java65 token = Enums.getEnumFromOrdinal(TokenType.class, getTokenTableIndex().intValue() - 1);
90 operation = Enums.getEnumFromOrdinal(CTSOperation.class, getOperationTableIndex().intValue() - 1);
/forgerock/openam/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/
H A DADMailBasedRepoTest.java65 assertThat(results.getErrorCode()).isEqualTo(ResultCode.SUCCESS.intValue());
75 assertThat(results.getErrorCode()).isEqualTo(ResultCode.SUCCESS.intValue());
/forgerock/opendj2/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java174 * @param intValue The selected value for this configuration
184 long intValue, String selectedUnit)
187 getValueSet(intValue, selectedUnit));
196 this.activeIntValue = intValue;
497 * @param intValue The integer component for the value of this configuration
505 public void setValue(long intValue, String unit) argument
515 long calculatedValue = (long) (intValue * units.get(unit));
534 pendingIntValue = intValue;
536 setPendingValues(getValueSet(intValue, unit));
541 activeIntValue = intValue;
179 IntegerWithUnitConfigAttribute(String name, Message description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long intValue, String selectedUnit) argument
599 getValueSet(long intValue, String unit) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java175 * @param intValue The selected value for this configuration
185 long intValue, String selectedUnit)
188 getValueSet(intValue, selectedUnit));
197 this.activeIntValue = intValue;
498 * @param intValue The integer component for the value of this configuration
506 public void setValue(long intValue, String unit) argument
516 long calculatedValue = (long) (intValue * units.get(unit));
535 pendingIntValue = intValue;
537 setPendingValues(getValueSet(intValue, unit));
542 activeIntValue = intValue;
180 IntegerWithUnitConfigAttribute(String name, Message description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long intValue, String selectedUnit) argument
600 getValueSet(long intValue, String unit) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java175 * @param intValue The selected value for this configuration
185 long intValue, String selectedUnit)
188 getValueSet(intValue, selectedUnit));
197 this.activeIntValue = intValue;
498 * @param intValue The integer component for the value of this configuration
506 public void setValue(long intValue, String unit) argument
516 long calculatedValue = (long) (intValue * units.get(unit));
535 pendingIntValue = intValue;
537 setPendingValues(getValueSet(intValue, unit));
542 activeIntValue = intValue;
180 IntegerWithUnitConfigAttribute(String name, Message description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long intValue, String selectedUnit) argument
600 getValueSet(long intValue, String unit) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java175 * @param intValue The selected value for this configuration
185 long intValue, String selectedUnit)
188 getValueSet(intValue, selectedUnit));
197 this.activeIntValue = intValue;
498 * @param intValue The integer component for the value of this configuration
506 public void setValue(long intValue, String unit) argument
516 long calculatedValue = (long) (intValue * units.get(unit));
535 pendingIntValue = intValue;
537 setPendingValues(getValueSet(intValue, unit));
542 activeIntValue = intValue;
180 IntegerWithUnitConfigAttribute(String name, Message description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long intValue, String selectedUnit) argument
600 getValueSet(long intValue, String unit) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DIntegerWithUnitConfigAttribute.java174 * @param intValue The selected value for this configuration
184 long intValue, String selectedUnit)
187 getValueSet(intValue, selectedUnit));
196 this.activeIntValue = intValue;
497 * @param intValue The integer component for the value of this configuration
505 public void setValue(long intValue, String unit) argument
515 long calculatedValue = (long) (intValue * units.get(unit));
534 pendingIntValue = intValue;
536 setPendingValues(getValueSet(intValue, unit));
541 activeIntValue = intValue;
179 IntegerWithUnitConfigAttribute(String name, Message description, boolean requiresAdminAction, HashMap<String,Double> units, boolean hasLowerBound, long lowerBound, boolean hasUpperBound, long upperBound, long intValue, String selectedUnit) argument
599 getValueSet(long intValue, String unit) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DPasswordPolicyErrorType.java183 public int intValue() method in class:PasswordPolicyErrorType

Completed in 111 milliseconds

1234567891011>>