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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DWindowMsg.java43 public class WindowMsg extends ReplicationMsg class in inherits:ReplicationMsg
49 * Create a new WindowMsg.
54 public WindowMsg(int numAck) method in class:WindowMsg
60 * Creates a new WindowMsg from its encoded form.
63 * WindowMsg.
65 * encoded form of the WindowMsg.
67 public WindowMsg(byte[] in) throws DataFormatException method in class:WindowMsg
69 /* The WindowMsg is encoded in the form :
100 * WindowMsg contains.
141 return "WindowMsg
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DWindowMsg.java40 public class WindowMsg extends ReplicationMsg class in inherits:ReplicationMsg
45 * Create a new WindowMsg.
50 public WindowMsg(int numAck) method in class:WindowMsg
56 * Creates a new WindowMsg from its encoded form.
59 * WindowMsg.
61 * encoded form of the WindowMsg.
63 WindowMsg(byte[] in) throws DataFormatException method in class:WindowMsg
99 return "WindowMsg : " + "numAck: " + numAck;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DWindowMsg.java43 public class WindowMsg extends ReplicationMsg class in inherits:ReplicationMsg
49 * Create a new WindowMsg.
54 public WindowMsg(int numAck) method in class:WindowMsg
60 * Creates a new WindowMsg from its encoded form.
63 * WindowMsg.
65 * encoded form of the WindowMsg.
67 public WindowMsg(byte[] in) throws DataFormatException method in class:WindowMsg
69 /* The WindowMsg is encoded in the form :
100 * WindowMsg contains.
141 return "WindowMsg
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DWindowMsg.java43 public class WindowMsg extends ReplicationMsg class in inherits:ReplicationMsg
49 * Create a new WindowMsg.
54 public WindowMsg(int numAck) method in class:WindowMsg
60 * Creates a new WindowMsg from its encoded form.
63 * WindowMsg.
65 * encoded form of the WindowMsg.
67 public WindowMsg(byte[] in) throws DataFormatException method in class:WindowMsg
69 /* The WindowMsg is encoded in the form :
100 * WindowMsg contains.
141 return "WindowMsg
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DWindowMsg.java40 public class WindowMsg extends ReplicationMsg class in inherits:ReplicationMsg
45 * Create a new WindowMsg.
50 public WindowMsg(int numAck) method in class:WindowMsg
56 * Creates a new WindowMsg from its encoded form.
59 * WindowMsg.
61 * encoded form of the WindowMsg.
63 WindowMsg(byte[] in) throws DataFormatException method in class:WindowMsg
99 return "WindowMsg : " + "numAck: " + numAck;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DWindowMsg.java40 public class WindowMsg extends ReplicationMsg class in inherits:ReplicationMsg
45 * Create a new WindowMsg.
50 public WindowMsg(int numAck) method in class:WindowMsg
56 * Creates a new WindowMsg from its encoded form.
59 * WindowMsg.
61 * encoded form of the WindowMsg.
63 WindowMsg(byte[] in) throws DataFormatException method in class:WindowMsg
99 return "WindowMsg : " + "numAck: " + numAck;

Completed in 57 milliseconds