Searched refs:removeOperationInProgress (Results 1 - 25 of 54) sorted by relevance

123

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java268 public boolean removeOperationInProgress(int messageID) method in class:MockClientConnection
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java269 public boolean removeOperationInProgress(int messageID) method in class:MockClientConnection
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java268 public boolean removeOperationInProgress(int messageID) method in class:MockClientConnection
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DClientConnectionStub.java160 public boolean removeOperationInProgress(int messageID) method in class:ClientConnectionStub
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java292 public boolean removeOperationInProgress(int messageID) method in class:MockClientConnection
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java292 public boolean removeOperationInProgress(int messageID) method in class:MockClientConnection
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java579 public boolean removeOperationInProgress(int messageID) method in class:JmxClientConnection
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAbstractOperation.java870 clientConnection.removeOperationInProgress(messageID);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAbstractOperation.java848 clientConnection.removeOperationInProgress(messageID);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAbstractOperation.java870 clientConnection.removeOperationInProgress(messageID);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java1056 public boolean removeOperationInProgress(int messageID) method in class:JmxClientConnection
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java1050 public boolean removeOperationInProgress(int messageID) method in class:JmxClientConnection
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAbstractOperation.java596 clientConnection.removeOperationInProgress(messageID);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java1051 public boolean removeOperationInProgress(int messageID) method in class:JmxClientConnection
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java1056 public boolean removeOperationInProgress(int messageID) method in class:JmxClientConnection
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java1050 public boolean removeOperationInProgress(int messageID) method in class:JmxClientConnection
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAbstractOperation.java596 clientConnection.removeOperationInProgress(messageID);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAbstractOperation.java510 clientConnection.removeOperationInProgress(messageID);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java677 public boolean removeOperationInProgress(int messageID) method in class:HTTPClientConnection
H A DSdkConnectionAdapter.java181 clientConnection.removeOperationInProgress(operation.getMessageID());
/forgerock/opendj2/src/server/org/opends/server/api/
H A DClientConnection.java748 public abstract boolean removeOperationInProgress(int messageID); method in class:ClientConnection
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java676 public boolean removeOperationInProgress(int messageID) method in class:HTTPClientConnection
H A DSdkConnectionAdapter.java180 clientConnection.removeOperationInProgress(operation.getMessageID());
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DClientConnection.java749 public abstract boolean removeOperationInProgress(int messageID); method in class:ClientConnection
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnectionTestCase.java1001 * Tests the <CODE>removeOperationInProgress</CODE> method.
1008 assertFalse(conn.removeOperationInProgress(1));

Completed in 79 milliseconds

123