Searched refs:ReplServerStartDSMsg (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DReplServerStartDSMsg.java38 public class ReplServerStartDSMsg extends StartMsg class in inherits:StartMsg
70 * Create a ReplServerStartDSMsg.
74 * @param baseDN base DN for which the ReplServerStartDSMsg is created.
86 public ReplServerStartDSMsg(int serverId, String serverURL, DN baseDN, method in class:ReplServerStartDSMsg
110 * Creates a new ReplServerStartDSMsg by decoding the provided byte array.
112 * ReplServerStartDSMsg
114 * encoded ReplServerStartDSMsg.
116 ReplServerStartDSMsg(byte[] in) throws DataFormatException method in class:ReplServerStartDSMsg
121 /* The ReplServerStartDSMsg payload is stored in the form :
156 * Get the base DN from this ReplServerStartDSMsg
[all...]
H A DReplicationMsg.java205 return new ReplServerStartDSMsg(buffer);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DReplServerStartDSMsg.java38 public class ReplServerStartDSMsg extends StartMsg class in inherits:StartMsg
70 * Create a ReplServerStartDSMsg.
74 * @param baseDN base DN for which the ReplServerStartDSMsg is created.
86 public ReplServerStartDSMsg(int serverId, String serverURL, DN baseDN, method in class:ReplServerStartDSMsg
110 * Creates a new ReplServerStartDSMsg by decoding the provided byte array.
112 * ReplServerStartDSMsg
114 * encoded ReplServerStartDSMsg.
116 ReplServerStartDSMsg(byte[] in) throws DataFormatException method in class:ReplServerStartDSMsg
121 /* The ReplServerStartDSMsg payload is stored in the form :
156 * Get the base DN from this ReplServerStartDSMsg
[all...]
H A DReplicationMsg.java205 return new ReplServerStartDSMsg(buffer);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DReplServerStartDSMsg.java38 public class ReplServerStartDSMsg extends StartMsg class in inherits:StartMsg
70 * Create a ReplServerStartDSMsg.
74 * @param baseDN base DN for which the ReplServerStartDSMsg is created.
86 public ReplServerStartDSMsg(int serverId, String serverURL, DN baseDN, method in class:ReplServerStartDSMsg
110 * Creates a new ReplServerStartDSMsg by decoding the provided byte array.
112 * ReplServerStartDSMsg
114 * encoded ReplServerStartDSMsg.
116 ReplServerStartDSMsg(byte[] in) throws DataFormatException method in class:ReplServerStartDSMsg
121 /* The ReplServerStartDSMsg payload is stored in the form :
156 * Get the base DN from this ReplServerStartDSMsg
[all...]
H A DReplicationMsg.java205 return new ReplServerStartDSMsg(buffer);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DReplServerStartDSMsg.java39 public class ReplServerStartDSMsg extends StartMsg class in inherits:StartMsg
71 * Create a ReplServerStartDSMsg.
75 * @param baseDn base DN for which the ReplServerStartDSMsg is created.
87 public ReplServerStartDSMsg(int serverId, String serverURL, String baseDn, method in class:ReplServerStartDSMsg
114 * Creates a new ReplServerStartDSMsg by decoding the provided byte array.
116 * ReplServerStartDSMsg
118 * encoded ReplServerStartDSMsg.
120 public ReplServerStartDSMsg(byte[] in) throws DataFormatException method in class:ReplServerStartDSMsg
128 /* The ReplServerStartDSMsg payload is stored in the form :
230 * Get the base DN from this ReplServerStartDSMsg
[all...]
H A DReplicationMsg.java209 return new ReplServerStartDSMsg(buffer);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DReplServerStartDSMsg.java39 public class ReplServerStartDSMsg extends StartMsg class in inherits:StartMsg
71 * Create a ReplServerStartDSMsg.
75 * @param baseDn base DN for which the ReplServerStartDSMsg is created.
87 public ReplServerStartDSMsg(int serverId, String serverURL, String baseDn, method in class:ReplServerStartDSMsg
114 * Creates a new ReplServerStartDSMsg by decoding the provided byte array.
116 * ReplServerStartDSMsg
118 * encoded ReplServerStartDSMsg.
120 public ReplServerStartDSMsg(byte[] in) throws DataFormatException method in class:ReplServerStartDSMsg
128 /* The ReplServerStartDSMsg payload is stored in the form :
230 * Get the base DN from this ReplServerStartDSMsg
[all...]
H A DReplicationMsg.java209 return new ReplServerStartDSMsg(buffer);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DReplServerStartDSMsg.java39 public class ReplServerStartDSMsg extends StartMsg class in inherits:StartMsg
71 * Create a ReplServerStartDSMsg.
75 * @param baseDn base DN for which the ReplServerStartDSMsg is created.
87 public ReplServerStartDSMsg(int serverId, String serverURL, String baseDn, method in class:ReplServerStartDSMsg
114 * Creates a new ReplServerStartDSMsg by decoding the provided byte array.
116 * ReplServerStartDSMsg
118 * encoded ReplServerStartDSMsg.
120 public ReplServerStartDSMsg(byte[] in) throws DataFormatException method in class:ReplServerStartDSMsg
128 /* The ReplServerStartDSMsg payload is stored in the form :
230 * Get the base DN from this ReplServerStartDSMsg
[all...]
H A DReplicationMsg.java209 return new ReplServerStartDSMsg(buffer);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DDataServerHandler.java498 // Peer DS uses protocol V4 : send it a ReplServerStartDSMsg
499 startMsg = new ReplServerStartDSMsg(getReplicationServerId(),
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DDataServerHandler.java624 // Peer DS uses protocol V4 : send it a ReplServerStartDSMsg
625 startMsg = new ReplServerStartDSMsg(replicationServerId,
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java476 * ReplServerStartMsg (V3) or a ReplServerStartDSMsg (V4). This can also be
534 } else if (msg instanceof ReplServerStartDSMsg)
536 // This is a ReplServerStartDSMsg (RS uses protocol V4 or higher)
537 ReplServerStartDSMsg replServerStartDSMsg = (ReplServerStartDSMsg) msg;
570 * {@link ReplServerStartDSMsg}.
573 * The {@link ReplServerStartDSMsg} this object will wrap.
575 private ReplicationServerInfo(ReplServerStartDSMsg replServerStartDSMsg)
877 * DS <--- ReplServerStartDSMsg --- RS
1273 // Read the ReplServerStartMsg or ReplServerStartDSMsg tha
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DDataServerHandler.java518 // Peer DS uses protocol V4 : send it a ReplServerStartDSMsg
519 startMsg = new ReplServerStartDSMsg(getReplicationServerId(),
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DDataServerHandler.java593 // Peer DS uses protocol V4 : send it a ReplServerStartDSMsg
594 startMsg = new ReplServerStartDSMsg(replicationServerId,
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java476 * ReplServerStartMsg (V3) or a ReplServerStartDSMsg (V4). This can also be
534 } else if (msg instanceof ReplServerStartDSMsg)
536 // This is a ReplServerStartDSMsg (RS uses protocol V4 or higher)
537 ReplServerStartDSMsg replServerStartDSMsg = (ReplServerStartDSMsg) msg;
570 * {@link ReplServerStartDSMsg}.
573 * The {@link ReplServerStartDSMsg} this object will wrap.
575 private ReplicationServerInfo(ReplServerStartDSMsg replServerStartDSMsg)
877 * DS <--- ReplServerStartDSMsg --- RS
1275 // Read the ReplServerStartMsg or ReplServerStartDSMsg tha
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DDataServerHandler.java624 // Peer DS uses protocol V4 : send it a ReplServerStartDSMsg
625 startMsg = new ReplServerStartDSMsg(replicationServerId,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java476 * ReplServerStartMsg (V3) or a ReplServerStartDSMsg (V4). This can also be
534 } else if (msg instanceof ReplServerStartDSMsg)
536 // This is a ReplServerStartDSMsg (RS uses protocol V4 or higher)
537 ReplServerStartDSMsg replServerStartDSMsg = (ReplServerStartDSMsg) msg;
570 * {@link ReplServerStartDSMsg}.
573 * The {@link ReplServerStartDSMsg} this object will wrap.
575 private ReplicationServerInfo(ReplServerStartDSMsg replServerStartDSMsg)
877 * DS <--- ReplServerStartDSMsg --- RS
1273 // Read the ReplServerStartMsg or ReplServerStartDSMsg tha
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DDataServerHandler.java518 // Peer DS uses protocol V4 : send it a ReplServerStartDSMsg
519 startMsg = new ReplServerStartDSMsg(getReplicationServerId(),
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java910 // Read the Replication Server state from the ReplServerStartDSMsg that
912 ReplServerStartDSMsg replStartDSMsg = (ReplServerStartDSMsg) session.receive();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java910 // Read the Replication Server state from the ReplServerStartDSMsg that
912 ReplServerStartDSMsg replStartDSMsg = (ReplServerStartDSMsg) session.receive();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/
H A DReplicationServerTest.java912 // Read the Replication Server state from the ReplServerStartDSMsg that
914 ReplServerStartDSMsg replStartDSMsg = (ReplServerStartDSMsg) session.receive();
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java379 * ReplServerStartMsg (V3) or a ReplServerStartDSMsg (V4). This can also be
435 else if (msg instanceof ReplServerStartDSMsg)
438 return new ReplicationServerInfo((ReplServerStartDSMsg) msg);
468 * {@link ReplServerStartDSMsg}.
471 * The {@link ReplServerStartDSMsg} this object will wrap.
473 private ReplicationServerInfo(ReplServerStartDSMsg msg)
737 * DS <--- ReplServerStartDSMsg --- RS
1107 // Read the ReplServerStartMsg or ReplServerStartDSMsg that should

Completed in 135 milliseconds

12