Searched refs:CANNOT_CANCEL (Results 1 - 25 of 88) sorted by relevance

1234

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DUnbindOperationTestCase.java129 ResultCode.CANNOT_CANCEL);
153 ResultCode.CANNOT_CANCEL);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DUnbindOperationTestCase.java109 ResultCode.CANNOT_CANCEL);
128 ResultCode.CANNOT_CANCEL);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DUnbindOperationTestCase.java129 ResultCode.CANNOT_CANCEL);
153 ResultCode.CANNOT_CANCEL);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DUnbindOperationTestCase.java109 ResultCode.CANNOT_CANCEL);
128 ResultCode.CANNOT_CANCEL);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DUnbindOperationTestCase.java129 ResultCode.CANNOT_CANCEL);
153 ResultCode.CANNOT_CANCEL);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/core/
H A DUnbindOperationTestCase.java109 ResultCode.CANNOT_CANCEL);
128 ResultCode.CANNOT_CANCEL);
/forgerock/opendj-b2.6/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DLDAPResultCode.java558 public static final int CANNOT_CANCEL = 121; field in class:LDAPResultCode
790 case CANNOT_CANCEL:
791 message = "CANNOT_CANCEL";
/forgerock/opendj2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DLDAPResultCode.java557 public static final int CANNOT_CANCEL = 121; field in class:LDAPResultCode
789 case CANNOT_CANCEL:
790 message = "CANNOT_CANCEL";
/forgerock/opendj2.6.2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DLDAPResultCode.java558 public static final int CANNOT_CANCEL = 121; field in class:LDAPResultCode
790 case CANNOT_CANCEL:
791 message = "CANNOT_CANCEL";
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DLDAPResultCode.java558 public static final int CANNOT_CANCEL = 121; field in class:LDAPResultCode
790 case CANNOT_CANCEL:
791 message = "CANNOT_CANCEL";
/forgerock/opendj2-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DLDAPResultCode.java557 public static final int CANNOT_CANCEL = 121; field in class:LDAPResultCode
789 case CANNOT_CANCEL:
790 message = "CANNOT_CANCEL";
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DUnbindOperationBasis.java72 cancelResult = new CancelResult(ResultCode.CANNOT_CANCEL,
H A DBindOperationBasis.java174 cancelResult = new CancelResult(ResultCode.CANNOT_CANCEL,
226 cancelResult = new CancelResult(ResultCode.CANNOT_CANCEL,
284 cancelResult = new CancelResult(ResultCode.CANNOT_CANCEL,
335 cancelResult = new CancelResult(ResultCode.CANNOT_CANCEL,
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DResultCode.java659 CANNOT_CANCEL(LDAPResultCode.CANNOT_CANCEL, enum constant in enum:ResultCode
864 case LDAPResultCode.CANNOT_CANCEL:
865 return CANNOT_CANCEL;
/forgerock/opendj2/src/server/org/opends/server/core/
H A DUnbindOperationBasis.java73 cancelResult = new CancelResult(ResultCode.CANNOT_CANCEL,
H A DAbandonOperationBasis.java78 this.cancelResult = new CancelResult(ResultCode.CANNOT_CANCEL,
H A DBindOperationBasis.java164 cancelResult = new CancelResult(ResultCode.CANNOT_CANCEL,
216 cancelResult = new CancelResult(ResultCode.CANNOT_CANCEL,
274 cancelResult = new CancelResult(ResultCode.CANNOT_CANCEL,
325 cancelResult = new CancelResult(ResultCode.CANNOT_CANCEL,
/forgerock/opendj2/src/server/org/opends/server/types/
H A DResultCode.java658 CANNOT_CANCEL(LDAPResultCode.CANNOT_CANCEL, enum constant in enum:ResultCode
863 case LDAPResultCode.CANNOT_CANCEL:
864 return CANNOT_CANCEL;
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DUnbindOperationBasis.java72 cancelResult = new CancelResult(ResultCode.CANNOT_CANCEL,
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DResultCode.java659 CANNOT_CANCEL(LDAPResultCode.CANNOT_CANCEL, enum constant in enum:ResultCode
864 case LDAPResultCode.CANNOT_CANCEL:
865 return CANNOT_CANCEL;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DUnbindOperationBasis.java72 cancelResult = new CancelResult(ResultCode.CANNOT_CANCEL,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DResultCode.java659 CANNOT_CANCEL(LDAPResultCode.CANNOT_CANCEL, enum constant in enum:ResultCode
864 case LDAPResultCode.CANNOT_CANCEL:
865 return CANNOT_CANCEL;
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DUnbindOperationBasis.java73 cancelResult = new CancelResult(ResultCode.CANNOT_CANCEL,
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DResultCode.java658 CANNOT_CANCEL(LDAPResultCode.CANNOT_CANCEL, enum constant in enum:ResultCode
863 case LDAPResultCode.CANNOT_CANCEL:
864 return CANNOT_CANCEL;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DUnbindOperationBasis.java70 cancelResult = new CancelResult(ResultCode.CANNOT_CANCEL,

Completed in 86 milliseconds

1234