Searched refs:ErrorMsg (Results 1 - 25 of 56) sorted by relevance

123

/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
H A DReplicationMsg.java88 // EntryMsg, InitializeRequestMsg, InitializeTargetMsg, ErrorMsg
178 return new ErrorMsg(buffer, protocolVersion);
/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
H A DReplicationMsg.java88 // EntryMsg, InitializeRequestMsg, InitializeTargetMsg, ErrorMsg
178 return new ErrorMsg(buffer, protocolVersion);
/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
H A DReplicationMsg.java88 // EntryMsg, InitializeRequestMsg, InitializeTargetMsg, ErrorMsg
178 return new ErrorMsg(buffer, protocolVersion);
/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
H A DReplicationMsg.java87 // EntryMsg, InitializeRequestMsg, InitializeTargetMsg, ErrorMsg
183 return new ErrorMsg(buffer, protocolVersion);
/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
H A DReplicationMsg.java87 // EntryMsg, InitializeRequestMsg, InitializeTargetMsg, ErrorMsg
183 return new ErrorMsg(buffer, protocolVersion);
/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
H A DReplicationMsg.java87 // EntryMsg, InitializeRequestMsg, InitializeTargetMsg, ErrorMsg
183 return new ErrorMsg(buffer, protocolVersion);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DServerReader.java211 } else if (msg instanceof ErrorMsg)
213 ErrorMsg errorMsg = (ErrorMsg) msg;
H A DReplicationServerDomain.java1550 if (msg instanceof ErrorMsg)
1552 ErrorMsg errorMsg = (ErrorMsg) msg;
1613 ErrorMsg errMsg = new ErrorMsg(msg.getSenderID(), mb1.toMessage());
1638 ErrorMsg errMsg = new ErrorMsg(
1678 ErrorMsg errMsg = new ErrorMsg(
2473 ErrorMsg errorMs
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DServerReader.java211 } else if (msg instanceof ErrorMsg)
213 ErrorMsg errorMsg = (ErrorMsg) msg;
H A DReplicationServerDomain.java1550 if (msg instanceof ErrorMsg)
1552 ErrorMsg errorMsg = (ErrorMsg) msg;
1613 ErrorMsg errMsg = new ErrorMsg(msg.getSenderID(), mb1.toMessage());
1638 ErrorMsg errMsg = new ErrorMsg(
1678 ErrorMsg errMsg = new ErrorMsg(
2473 ErrorMsg errorMs
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DReplicationServerDomain.java60 import org.opends.server.replication.protocol.ErrorMsg;
1379 if (msg instanceof ErrorMsg)
1381 ErrorMsg errorMsg = (ErrorMsg) msg;
1439 ErrorMsg errMsg = new ErrorMsg(msg.getSenderID(), mb.toMessage());
1464 ErrorMsg errMsg = new ErrorMsg(this.localReplicationServer.getServerId(),
1504 ErrorMsg errMsg = new ErrorMsg(ms
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DReplicationServerDomain.java62 import org.opends.server.replication.protocol.ErrorMsg;
1417 if (msg instanceof ErrorMsg)
1419 logError(ERR_ERROR_MSG_RECEIVED.get(((ErrorMsg) msg).getDetails()));
1478 ErrorMsg errMsg = new ErrorMsg(msg.getSenderID(), mb.toMessage());
1504 ErrorMsg errMsg = new ErrorMsg(this.localReplicationServer.getServerId(),
1550 ErrorMsg errMsg = new ErrorMsg(msg.getSenderID(), message);
2171 ErrorMsg errorMs
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DReplicationServerDomain.java62 import org.opends.server.replication.protocol.ErrorMsg;
1417 if (msg instanceof ErrorMsg)
1419 logError(ERR_ERROR_MSG_RECEIVED.get(((ErrorMsg) msg).getDetails()));
1478 ErrorMsg errMsg = new ErrorMsg(msg.getSenderID(), mb.toMessage());
1504 ErrorMsg errMsg = new ErrorMsg(this.localReplicationServer.getServerId(),
1550 ErrorMsg errMsg = new ErrorMsg(msg.getSenderID(), message);
2171 ErrorMsg errorMs
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java776 else if (msg instanceof ErrorMsg)
778 ErrorMsg errorMsg = (ErrorMsg)msg;
799 // consider only ErrorMsg that relate to the current import/export
805 Simply log - happen when the ErrorMsg relates to a previous
815 // on our side before receiving this ErrorMsg.
1100 // Start time of the initialization process. ErrorMsg timestamped
1505 ErrorMsg errorMsg =
1506 new ErrorMsg(serverToInitialize,
1760 private void processErrorMsg(ErrorMsg errorMs
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java777 else if (msg instanceof ErrorMsg)
779 ErrorMsg errorMsg = (ErrorMsg)msg;
800 // consider only ErrorMsg that relate to the current import/export
806 Simply log - happen when the ErrorMsg relates to a previous
816 // on our side before receiving this ErrorMsg.
1101 // Start time of the initialization process. ErrorMsg timestamped
1506 ErrorMsg errorMsg =
1507 new ErrorMsg(serverToInitialize,
1761 private void processErrorMsg(ErrorMsg errorMs
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java776 else if (msg instanceof ErrorMsg)
778 ErrorMsg errorMsg = (ErrorMsg)msg;
799 // consider only ErrorMsg that relate to the current import/export
805 Simply log - happen when the ErrorMsg relates to a previous
815 // on our side before receiving this ErrorMsg.
1100 // Start time of the initialization process. ErrorMsg timestamped
1505 ErrorMsg errorMsg =
1506 new ErrorMsg(serverToInitialize,
1760 private void processErrorMsg(ErrorMsg errorMs
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java810 else if (msg instanceof ErrorMsg)
812 ErrorMsg errorMsg = (ErrorMsg)msg;
834 // consider only ErrorMsg that relate to the current import/export
840 Simply log - happen when the ErrorMsg relates to a previous
850 // on our side before receiving this ErrorMsg.
1147 * Start time of the initialization process. ErrorMsg timestamped before
1615 broker.publish(new ErrorMsg(
1853 private void processErrorMsg(ErrorMsg errorMsg, ImportExportContext ieCtx)
1858 // The ErrorMsg i
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DReplicationServerDomain.java1629 if (msg instanceof ErrorMsg)
1631 logError(ERR_ERROR_MSG_RECEIVED.get(((ErrorMsg) msg).getDetails()));
1719 ErrorMsg errMsg = new ErrorMsg(msg.getSenderID(), mb.toMessage());
1745 ErrorMsg errMsg =
1746 new ErrorMsg(this.replicationServer.getServerId(), msg
1792 ErrorMsg errMsg = new ErrorMsg(msg.getSenderID(), message);
2498 ErrorMsg errorMsg = new ErrorMsg(
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java810 else if (msg instanceof ErrorMsg)
812 ErrorMsg errorMsg = (ErrorMsg)msg;
834 // consider only ErrorMsg that relate to the current import/export
840 Simply log - happen when the ErrorMsg relates to a previous
850 // on our side before receiving this ErrorMsg.
1147 * Start time of the initialization process. ErrorMsg timestamped before
1615 broker.publish(new ErrorMsg(
1853 private void processErrorMsg(ErrorMsg errorMsg, ImportExportContext ieCtx)
1858 // The ErrorMsg i
[all...]

Completed in 142 milliseconds

123