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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java40 public class UpdateMsg extends ReplicationMsg class in inherits:ReplicationMsg,Comparable
41 implements Comparable<UpdateMsg>
75 * Creates a new empty UpdateMsg.
77 protected UpdateMsg() method in class:UpdateMsg
81 * Creates a new UpdateMsg with the given information.
87 UpdateMsg(byte[] bytes) throws DataFormatException method in class:UpdateMsg
111 * Creates a new UpdateMsg with the given informations.
119 public UpdateMsg(ChangeNumber changeNumber, byte[] payload) method in class:UpdateMsg
164 changeNumber.equals(((UpdateMsg) obj).changeNumber);
179 public int compareTo(UpdateMsg ms
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java40 public class UpdateMsg extends ReplicationMsg class in inherits:ReplicationMsg,Comparable
41 implements Comparable<UpdateMsg>
62 * Creates a new empty UpdateMsg.
64 protected UpdateMsg() method in class:UpdateMsg
70 * Creates a new UpdateMsg with the given information.
76 UpdateMsg(byte[] bytes) throws DataFormatException method in class:UpdateMsg
85 * Creates a new UpdateMsg with the given informations.
92 public UpdateMsg(CSN csn, byte[] payload) method in class:UpdateMsg
135 csn.equals(((UpdateMsg) obj).csn);
147 public int compareTo(UpdateMsg ms
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java40 public class UpdateMsg extends ReplicationMsg class in inherits:ReplicationMsg,Comparable
41 implements Comparable<UpdateMsg>
75 * Creates a new empty UpdateMsg.
77 protected UpdateMsg() method in class:UpdateMsg
81 * Creates a new UpdateMsg with the given information.
87 UpdateMsg(byte[] bytes) throws DataFormatException method in class:UpdateMsg
111 * Creates a new UpdateMsg with the given informations.
119 public UpdateMsg(ChangeNumber changeNumber, byte[] payload) method in class:UpdateMsg
164 changeNumber.equals(((UpdateMsg) obj).changeNumber);
179 public int compareTo(UpdateMsg ms
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java40 public class UpdateMsg extends ReplicationMsg class in inherits:ReplicationMsg,Comparable
41 implements Comparable<UpdateMsg>
75 * Creates a new empty UpdateMsg.
77 protected UpdateMsg() method in class:UpdateMsg
81 * Creates a new UpdateMsg with the given information.
87 UpdateMsg(byte[] bytes) throws DataFormatException method in class:UpdateMsg
111 * Creates a new UpdateMsg with the given informations.
119 public UpdateMsg(ChangeNumber changeNumber, byte[] payload) method in class:UpdateMsg
164 changeNumber.equals(((UpdateMsg) obj).changeNumber);
179 public int compareTo(UpdateMsg ms
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java40 public class UpdateMsg extends ReplicationMsg class in inherits:ReplicationMsg,Comparable
41 implements Comparable<UpdateMsg>
62 * Creates a new empty UpdateMsg.
64 protected UpdateMsg() method in class:UpdateMsg
70 * Creates a new UpdateMsg with the given information.
76 UpdateMsg(byte[] bytes) throws DataFormatException method in class:UpdateMsg
85 * Creates a new UpdateMsg with the given informations.
92 public UpdateMsg(CSN csn, byte[] payload) method in class:UpdateMsg
135 csn.equals(((UpdateMsg) obj).csn);
147 public int compareTo(UpdateMsg ms
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DUpdateMsg.java40 public class UpdateMsg extends ReplicationMsg class in inherits:ReplicationMsg,Comparable
41 implements Comparable<UpdateMsg>
62 * Creates a new empty UpdateMsg.
64 protected UpdateMsg() method in class:UpdateMsg
70 * Creates a new UpdateMsg with the given information.
76 UpdateMsg(byte[] bytes) throws DataFormatException method in class:UpdateMsg
85 * Creates a new UpdateMsg with the given informations.
92 public UpdateMsg(CSN csn, byte[] payload) method in class:UpdateMsg
136 && csn.equals(((UpdateMsg) obj).csn);
148 public int compareTo(UpdateMsg ms
[all...]

Completed in 64 milliseconds