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

/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DServerHandler.java1017 * @param windowMsg The Window Message containing the information
1020 public void updateWindow(WindowMsg windowMsg) argument
1022 sendWindow.release(windowMsg.getNumAck());
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DServerHandler.java1017 * @param windowMsg The Window Message containing the information
1020 public void updateWindow(WindowMsg windowMsg) argument
1022 sendWindow.release(windowMsg.getNumAck());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DServerHandler.java994 * @param windowMsg The Window LocalizableMessage containing the information
997 public void updateWindow(WindowMsg windowMsg) argument
999 sendWindow.release(windowMsg.getNumAck());
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DServerHandler.java1138 * @param windowMsg The Window Message containing the information
1141 public void updateWindow(WindowMsg windowMsg) argument
1143 sendWindow.release(windowMsg.getNumAck());
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DServerHandler.java1155 * @param windowMsg The Window Message containing the information
1158 public void updateWindow(WindowMsg windowMsg) argument
1160 sendWindow.release(windowMsg.getNumAck());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DServerHandler.java1138 * @param windowMsg The Window Message containing the information
1141 public void updateWindow(WindowMsg windowMsg) argument
1143 sendWindow.release(windowMsg.getNumAck());

Completed in 65 milliseconds