Searched refs:DoneMsg (Results 1 - 25 of 52) sorted by relevance

123

/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DDoneMsg.java37 public class DoneMsg extends RoutableMsg class in inherits:RoutableMsg
45 public DoneMsg(int serverID, int i) method in class:DoneMsg
56 DoneMsg(byte[] in) throws DataFormatException method in class:DoneMsg
H A DReplicationMsg.java176 return new DoneMsg(buffer);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DDoneMsg.java37 public class DoneMsg extends RoutableMsg class in inherits:RoutableMsg
45 public DoneMsg(int serverID, int i) method in class:DoneMsg
56 DoneMsg(byte[] in) throws DataFormatException method in class:DoneMsg
H A DReplicationMsg.java176 return new DoneMsg(buffer);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DDoneMsg.java37 public class DoneMsg extends RoutableMsg class in inherits:RoutableMsg
45 public DoneMsg(int serverID, int i) method in class:DoneMsg
56 DoneMsg(byte[] in) throws DataFormatException method in class:DoneMsg
H A DReplicationMsg.java176 return new DoneMsg(buffer);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DDoneMsg.java39 public class DoneMsg extends RoutableMsg class in inherits:RoutableMsg
47 public DoneMsg(int serverID, int i) method in class:DoneMsg
58 public DoneMsg(byte[] in) throws DataFormatException method in class:DoneMsg
H A DReplicationMsg.java181 return new DoneMsg(buffer);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DDoneMsg.java39 public class DoneMsg extends RoutableMsg class in inherits:RoutableMsg
47 public DoneMsg(int serverID, int i) method in class:DoneMsg
58 public DoneMsg(byte[] in) throws DataFormatException method in class:DoneMsg
H A DReplicationMsg.java181 return new DoneMsg(buffer);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DDoneMsg.java39 public class DoneMsg extends RoutableMsg class in inherits:RoutableMsg
47 public DoneMsg(int serverID, int i) method in class:DoneMsg
58 public DoneMsg(byte[] in) throws DataFormatException method in class:DoneMsg
H A DReplicationMsg.java181 return new DoneMsg(buffer);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DECLServerWriter.java42 import org.opends.server.replication.protocol.DoneMsg;
247 session.publish(new DoneMsg(
H A DServerReader.java207 } else if (msg instanceof DoneMsg)
209 DoneMsg doneMsg = (DoneMsg) msg;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DECLServerWriter.java42 import org.opends.server.replication.protocol.DoneMsg;
247 session.publish(new DoneMsg(
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DECLServerWriter.java42 import org.opends.server.replication.protocol.DoneMsg;
247 session.publish(new DoneMsg(
H A DServerReader.java207 } else if (msg instanceof DoneMsg)
209 DoneMsg doneMsg = (DoneMsg) msg;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DInitOnLineTest.java68 import org.opends.server.replication.protocol.DoneMsg;
518 DoneMsg doneMsg = new DoneMsg(senderID, destinationServerID);
558 else if (msg instanceof DoneMsg)
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DInitOnLineTest.java68 import org.opends.server.replication.protocol.DoneMsg;
518 DoneMsg doneMsg = new DoneMsg(senderID, destinationServerID);
558 else if (msg instanceof DoneMsg)
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DInitOnLineTest.java68 import org.opends.server.replication.protocol.DoneMsg;
518 DoneMsg doneMsg = new DoneMsg(senderID, destinationServerID);
558 else if (msg instanceof DoneMsg)
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java64 import org.opends.server.replication.protocol.DoneMsg;
1000 DoneMsg doneMsg = new DoneMsg(serverId, destId);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DInitOnLineTest.java410 DoneMsg doneMsg = new DoneMsg(senderID, destinationServerID);
439 else if (msg instanceof DoneMsg)
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java64 import org.opends.server.replication.protocol.DoneMsg;
1000 DoneMsg doneMsg = new DoneMsg(serverId, destId);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DInitOnLineTest.java410 DoneMsg doneMsg = new DoneMsg(senderID, destinationServerID);
439 else if (msg instanceof DoneMsg)
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java64 import org.opends.server.replication.protocol.DoneMsg;
1000 DoneMsg doneMsg = new DoneMsg(serverId, destId);

Completed in 86 milliseconds

123