Searched refs:connectStatus (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/snmp/
H A DSNMPGet.java120 connectStatus = val;
275 if (connectStatus.compareTo("SnmpStatusException") == 0) {
376 if (connectStatus.compareTo("reqTimeout") != 0) {
412 if (errorStatus.compareTo(connectStatus) == 0) {
415 "expected with " + connectStatus + " status.");
420 "expected with " + connectStatus + " status.");
424 "fail with " + connectStatus + " status.");
464 if (connectStatus.compareTo("noError") != 0) {
469 "fail with " + connectStatus + " status.");
559 if (rc == 0 && connectStatus
578 static String connectStatus = null; field in class:SNMPGet
[all...]
H A DSNMPSet.java121 connectStatus = val;
270 if (connectStatus.compareTo("SnmpStatusException") == 0) {
384 if (errorStatus.compareTo(connectStatus) == 0) {
387 "expected with " + connectStatus + " status.");
391 "fail with " + connectStatus + " status.");
406 if (connectStatus.compareTo("noError") != 0) {
411 "fail with " + connectStatus + " status.");
500 if (rc == 0 && connectStatus.compareTo("SnmpStatusException") != 0) {
519 static String connectStatus = null; field in class:SNMPSet
/forgerock/opendj2/tests/staf-tests/shared/java/snmp/
H A DSNMPGet.java119 connectStatus = val;
274 if (connectStatus.compareTo("SnmpStatusException") == 0) {
375 if (connectStatus.compareTo("reqTimeout") != 0) {
411 if (errorStatus.compareTo(connectStatus) == 0) {
414 "expected with " + connectStatus + " status.");
419 "expected with " + connectStatus + " status.");
423 "fail with " + connectStatus + " status.");
463 if (connectStatus.compareTo("noError") != 0) {
468 "fail with " + connectStatus + " status.");
558 if (rc == 0 && connectStatus
577 static String connectStatus = null; field in class:SNMPGet
[all...]
H A DSNMPSet.java120 connectStatus = val;
269 if (connectStatus.compareTo("SnmpStatusException") == 0) {
383 if (errorStatus.compareTo(connectStatus) == 0) {
386 "expected with " + connectStatus + " status.");
390 "fail with " + connectStatus + " status.");
405 if (connectStatus.compareTo("noError") != 0) {
410 "fail with " + connectStatus + " status.");
499 if (rc == 0 && connectStatus.compareTo("SnmpStatusException") != 0) {
518 static String connectStatus = null; field in class:SNMPSet
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/snmp/
H A DSNMPGet.java120 connectStatus = val;
275 if (connectStatus.compareTo("SnmpStatusException") == 0) {
376 if (connectStatus.compareTo("reqTimeout") != 0) {
412 if (errorStatus.compareTo(connectStatus) == 0) {
415 "expected with " + connectStatus + " status.");
420 "expected with " + connectStatus + " status.");
424 "fail with " + connectStatus + " status.");
464 if (connectStatus.compareTo("noError") != 0) {
469 "fail with " + connectStatus + " status.");
559 if (rc == 0 && connectStatus
578 static String connectStatus = null; field in class:SNMPGet
[all...]
H A DSNMPSet.java121 connectStatus = val;
270 if (connectStatus.compareTo("SnmpStatusException") == 0) {
384 if (errorStatus.compareTo(connectStatus) == 0) {
387 "expected with " + connectStatus + " status.");
391 "fail with " + connectStatus + " status.");
406 if (connectStatus.compareTo("noError") != 0) {
411 "fail with " + connectStatus + " status.");
500 if (rc == 0 && connectStatus.compareTo("SnmpStatusException") != 0) {
519 static String connectStatus = null; field in class:SNMPSet
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/snmp/
H A DSNMPGet.java120 connectStatus = val;
275 if (connectStatus.compareTo("SnmpStatusException") == 0) {
376 if (connectStatus.compareTo("reqTimeout") != 0) {
412 if (errorStatus.compareTo(connectStatus) == 0) {
415 "expected with " + connectStatus + " status.");
420 "expected with " + connectStatus + " status.");
424 "fail with " + connectStatus + " status.");
464 if (connectStatus.compareTo("noError") != 0) {
469 "fail with " + connectStatus + " status.");
559 if (rc == 0 && connectStatus
578 static String connectStatus = null; field in class:SNMPGet
[all...]
H A DSNMPSet.java121 connectStatus = val;
270 if (connectStatus.compareTo("SnmpStatusException") == 0) {
384 if (errorStatus.compareTo(connectStatus) == 0) {
387 "expected with " + connectStatus + " status.");
391 "fail with " + connectStatus + " status.");
406 if (connectStatus.compareTo("noError") != 0) {
411 "fail with " + connectStatus + " status.");
500 if (rc == 0 && connectStatus.compareTo("SnmpStatusException") != 0) {
519 static String connectStatus = null; field in class:SNMPSet
/forgerock/opendj2-hg/tests/staf-tests/shared/java/snmp/
H A DSNMPGet.java119 connectStatus = val;
274 if (connectStatus.compareTo("SnmpStatusException") == 0) {
375 if (connectStatus.compareTo("reqTimeout") != 0) {
411 if (errorStatus.compareTo(connectStatus) == 0) {
414 "expected with " + connectStatus + " status.");
419 "expected with " + connectStatus + " status.");
423 "fail with " + connectStatus + " status.");
463 if (connectStatus.compareTo("noError") != 0) {
468 "fail with " + connectStatus + " status.");
558 if (rc == 0 && connectStatus
577 static String connectStatus = null; field in class:SNMPGet
[all...]
H A DSNMPSet.java120 connectStatus = val;
269 if (connectStatus.compareTo("SnmpStatusException") == 0) {
383 if (errorStatus.compareTo(connectStatus) == 0) {
386 "expected with " + connectStatus + " status.");
390 "fail with " + connectStatus + " status.");
405 if (connectStatus.compareTo("noError") != 0) {
410 "fail with " + connectStatus + " status.");
499 if (rc == 0 && connectStatus.compareTo("SnmpStatusException") != 0) {
518 static String connectStatus = null; field in class:SNMPSet

Completed in 40 milliseconds