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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DErrorMsg.java45 public class ErrorMsg extends RoutableMsg class in inherits:RoutableMsg
61 * Creates an ErrorMsg providing the destination server.
67 public ErrorMsg(int sender, int destination, method in class:ErrorMsg
81 * Creates an ErrorMsg.
86 public ErrorMsg(int i, Message details) method in class:ErrorMsg
98 * Creates a new ErrorMsg by decoding the provided byte array.
105 public ErrorMsg(byte[] in, short version) method in class:ErrorMsg
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DErrorMsg.java41 public class ErrorMsg extends RoutableMsg class in inherits:RoutableMsg
60 * Creates an ErrorMsg providing the destination server.
66 public ErrorMsg(int sender, int destination, Message details) method in class:ErrorMsg
81 * Creates an ErrorMsg.
86 public ErrorMsg(int i, Message details) method in class:ErrorMsg
100 * Creates a new ErrorMsg by decoding the provided byte array.
107 ErrorMsg(byte[] in, short version) throws DataFormatException method in class:ErrorMsg
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DErrorMsg.java45 public class ErrorMsg extends RoutableMsg class in inherits:RoutableMsg
61 * Creates an ErrorMsg providing the destination server.
67 public ErrorMsg(int sender, int destination, method in class:ErrorMsg
81 * Creates an ErrorMsg.
86 public ErrorMsg(int i, Message details) method in class:ErrorMsg
98 * Creates a new ErrorMsg by decoding the provided byte array.
105 public ErrorMsg(byte[] in, short version) method in class:ErrorMsg
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DErrorMsg.java45 public class ErrorMsg extends RoutableMsg class in inherits:RoutableMsg
61 * Creates an ErrorMsg providing the destination server.
67 public ErrorMsg(int sender, int destination, method in class:ErrorMsg
81 * Creates an ErrorMsg.
86 public ErrorMsg(int i, Message details) method in class:ErrorMsg
98 * Creates a new ErrorMsg by decoding the provided byte array.
105 public ErrorMsg(byte[] in, short version) method in class:ErrorMsg
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DErrorMsg.java41 public class ErrorMsg extends RoutableMsg class in inherits:RoutableMsg
60 * Creates an ErrorMsg providing the destination server.
66 public ErrorMsg(int sender, int destination, Message details) method in class:ErrorMsg
81 * Creates an ErrorMsg.
86 public ErrorMsg(int i, Message details) method in class:ErrorMsg
100 * Creates a new ErrorMsg by decoding the provided byte array.
107 ErrorMsg(byte[] in, short version) throws DataFormatException method in class:ErrorMsg
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DErrorMsg.java41 public class ErrorMsg extends RoutableMsg class in inherits:RoutableMsg
59 * Creates an ErrorMsg providing the destination server.
65 public ErrorMsg(int sender, int destination, LocalizableMessage details) method in class:ErrorMsg
80 * Creates an ErrorMsg.
85 public ErrorMsg(int destination, LocalizableMessage details) method in class:ErrorMsg
97 * Creates a new ErrorMsg by decoding the provided byte array.
104 ErrorMsg(byte[] in, short version) throws DataFormatException method in class:ErrorMsg

Completed in 23 milliseconds