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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DAckMsg.java40 * AckMsg messages are used for acknowledging an update that has been sent
59 * AckMsg messages are sent all along the reverse path of the path followed
62 public class AckMsg extends ReplicationMsg class in inherits:ReplicationMsg
85 * Creates a new AckMsg from a ChangeNumber (no errors).
87 * @param changeNumber The ChangeNumber used to build the AckMsg.
89 public AckMsg(ChangeNumber changeNumber) method in class:AckMsg
95 * Creates a new AckMsg from a ChangeNumber (with specified error info).
97 * @param changeNumber The ChangeNumber used to build the AckMsg.
103 public AckMsg(ChangeNumber changeNumber, boolean hasTimeout, method in class:AckMsg
150 * Creates a new AckMsg b
156 public AckMsg(byte[] in) throws DataFormatException method in class:AckMsg
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DAckMsg.java36 * AckMsg messages are used for acknowledging an update that has been sent
54 * AckMsg messages are sent all along the reverse path of the path followed
57 public class AckMsg extends ReplicationMsg class in inherits:ReplicationMsg
88 * Creates a new AckMsg from a CSN (no errors).
90 * @param csn The CSN used to build the AckMsg.
92 public AckMsg(CSN csn) method in class:AckMsg
98 * Creates a new AckMsg from a CSN (with specified error info).
100 * @param csn The CSN used to build the AckMsg.
106 public AckMsg(CSN csn, boolean hasTimeout, boolean hasWrongStatus, method in class:AckMsg
153 * Creates a new AckMsg b
159 AckMsg(byte[] in) throws DataFormatException method in class:AckMsg
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DAckMsg.java40 * AckMsg messages are used for acknowledging an update that has been sent
59 * AckMsg messages are sent all along the reverse path of the path followed
62 public class AckMsg extends ReplicationMsg class in inherits:ReplicationMsg
85 * Creates a new AckMsg from a ChangeNumber (no errors).
87 * @param changeNumber The ChangeNumber used to build the AckMsg.
89 public AckMsg(ChangeNumber changeNumber) method in class:AckMsg
95 * Creates a new AckMsg from a ChangeNumber (with specified error info).
97 * @param changeNumber The ChangeNumber used to build the AckMsg.
103 public AckMsg(ChangeNumber changeNumber, boolean hasTimeout, method in class:AckMsg
150 * Creates a new AckMsg b
156 public AckMsg(byte[] in) throws DataFormatException method in class:AckMsg
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DAckMsg.java40 * AckMsg messages are used for acknowledging an update that has been sent
59 * AckMsg messages are sent all along the reverse path of the path followed
62 public class AckMsg extends ReplicationMsg class in inherits:ReplicationMsg
85 * Creates a new AckMsg from a ChangeNumber (no errors).
87 * @param changeNumber The ChangeNumber used to build the AckMsg.
89 public AckMsg(ChangeNumber changeNumber) method in class:AckMsg
95 * Creates a new AckMsg from a ChangeNumber (with specified error info).
97 * @param changeNumber The ChangeNumber used to build the AckMsg.
103 public AckMsg(ChangeNumber changeNumber, boolean hasTimeout, method in class:AckMsg
150 * Creates a new AckMsg b
156 public AckMsg(byte[] in) throws DataFormatException method in class:AckMsg
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DAckMsg.java36 * AckMsg messages are used for acknowledging an update that has been sent
54 * AckMsg messages are sent all along the reverse path of the path followed
57 public class AckMsg extends ReplicationMsg class in inherits:ReplicationMsg
88 * Creates a new AckMsg from a CSN (no errors).
90 * @param csn The CSN used to build the AckMsg.
92 public AckMsg(CSN csn) method in class:AckMsg
98 * Creates a new AckMsg from a CSN (with specified error info).
100 * @param csn The CSN used to build the AckMsg.
106 public AckMsg(CSN csn, boolean hasTimeout, boolean hasWrongStatus, method in class:AckMsg
153 * Creates a new AckMsg b
159 AckMsg(byte[] in) throws DataFormatException method in class:AckMsg
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DAckMsg.java36 * AckMsg messages are used for acknowledging an update that has been sent
54 * AckMsg messages are sent all along the reverse path of the path followed
57 public class AckMsg extends ReplicationMsg class in inherits:ReplicationMsg
88 * Creates a new AckMsg from a CSN (no errors).
90 * @param csn The CSN used to build the AckMsg.
92 public AckMsg(CSN csn) method in class:AckMsg
98 * Creates a new AckMsg from a CSN (with specified error info).
100 * @param csn The CSN used to build the AckMsg.
106 public AckMsg(CSN csn, boolean hasTimeout, boolean hasWrongStatus, method in class:AckMsg
153 * Creates a new AckMsg b
159 AckMsg(byte[] in) throws DataFormatException method in class:AckMsg
[all...]

Completed in 245 milliseconds