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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DWindowProbeMsg.java44 public class WindowProbeMsg extends ReplicationMsg class in inherits:ReplicationMsg
47 * Create a new WindowProbeMsg message.
49 public WindowProbeMsg() method in class:WindowProbeMsg
54 * Creates a new WindowProbeMsg from its encoded form.
61 public WindowProbeMsg(byte[] in) throws DataFormatException method in class:WindowProbeMsg
63 // WindowProbeMsg Message only contains its type.
74 // WindowProbeMsg Message only contains its type.
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DWindowProbeMsg.java42 public class WindowProbeMsg extends ReplicationMsg class in inherits:ReplicationMsg
45 * Create a new WindowProbeMsg message.
47 public WindowProbeMsg() method in class:WindowProbeMsg
52 * Creates a new WindowProbeMsg from its encoded form.
59 public WindowProbeMsg(byte[] in) throws DataFormatException method in class:WindowProbeMsg
61 // WindowProbeMsg Message only contains its type.
72 // WindowProbeMsg Message only contains its type.
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DWindowProbeMsg.java44 public class WindowProbeMsg extends ReplicationMsg class in inherits:ReplicationMsg
47 * Create a new WindowProbeMsg message.
49 public WindowProbeMsg() method in class:WindowProbeMsg
54 * Creates a new WindowProbeMsg from its encoded form.
61 public WindowProbeMsg(byte[] in) throws DataFormatException method in class:WindowProbeMsg
63 // WindowProbeMsg Message only contains its type.
74 // WindowProbeMsg Message only contains its type.
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DWindowProbeMsg.java44 public class WindowProbeMsg extends ReplicationMsg class in inherits:ReplicationMsg
47 * Create a new WindowProbeMsg message.
49 public WindowProbeMsg() method in class:WindowProbeMsg
54 * Creates a new WindowProbeMsg from its encoded form.
61 public WindowProbeMsg(byte[] in) throws DataFormatException method in class:WindowProbeMsg
63 // WindowProbeMsg Message only contains its type.
74 // WindowProbeMsg Message only contains its type.
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DWindowProbeMsg.java42 public class WindowProbeMsg extends ReplicationMsg class in inherits:ReplicationMsg
45 * Create a new WindowProbeMsg message.
47 public WindowProbeMsg() method in class:WindowProbeMsg
52 * Creates a new WindowProbeMsg from its encoded form.
59 public WindowProbeMsg(byte[] in) throws DataFormatException method in class:WindowProbeMsg
61 // WindowProbeMsg Message only contains its type.
72 // WindowProbeMsg Message only contains its type.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DWindowProbeMsg.java42 public class WindowProbeMsg extends ReplicationMsg class in inherits:ReplicationMsg
45 * Create a new WindowProbeMsg message.
47 public WindowProbeMsg() method in class:WindowProbeMsg
52 * Creates a new WindowProbeMsg from its encoded form.
59 public WindowProbeMsg(byte[] in) throws DataFormatException method in class:WindowProbeMsg
61 // WindowProbeMsg only contains its type.
64 throw new DataFormatException("input is not a valid WindowProbeMsg");
72 // WindowProbeMsg only contains its type.

Completed in 65 milliseconds