/forgerock/opendj2/src/server/org/opends/server/replication/protocol/ |
H A D | EntryMsg.java | 41 private int msgId = -1; // from V4 field in class:EntryMsg 49 * @param msgId Message counter. 51 public EntryMsg(int serverID, int destination, byte[] entryBytes, int msgId) argument 53 this(serverID, destination, entryBytes, 0, entryBytes.length, msgId); 64 * @param msgId Message counter. 67 int length, int msgId) 72 this.msgId = msgId; 96 this.msgId = scanner.nextIntUTF8(); 120 builder.appendIntUTF8(msgId); 66 EntryMsg(int serverID, int destination, byte[] entryBytes, int startPos, int length, int msgId) argument 139 setMsgId(int msgId) argument [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/ |
H A D | EntryMsg.java | 41 private int msgId = -1; // from V4 field in class:EntryMsg 49 * @param msgId Message counter. 51 public EntryMsg(int serverID, int destination, byte[] entryBytes, int msgId) argument 53 this(serverID, destination, entryBytes, 0, entryBytes.length, msgId); 64 * @param msgId Message counter. 67 int length, int msgId) 72 this.msgId = msgId; 96 this.msgId = scanner.nextIntUTF8(); 120 builder.appendIntUTF8(msgId); 66 EntryMsg(int serverID, int destination, byte[] entryBytes, int startPos, int length, int msgId) argument 139 setMsgId(int msgId) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/ |
H A D | EntryMsg.java | 42 private int msgId = -1; field in class:EntryMsg 50 * @param msgId Message counter. 52 public EntryMsg(int serverID, int destination, byte[] entryBytes, int msgId) argument 54 this(serverID, destination, entryBytes, 0, entryBytes.length, msgId); 65 * @param msgId Message counter. 68 int length, int msgId) 73 this.msgId = msgId; 97 this.msgId = scanner.nextIntUTF8(); 121 builder.appendIntUTF8(msgId); 67 EntryMsg(int serverID, int destination, byte[] entryBytes, int startPos, int length, int msgId) argument 140 setMsgId(int msgId) argument [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/ |
H A D | EntryMsg.java | 43 private int msgId = -1; // from V4 field in class:EntryMsg 51 * @param msgId Message counter. 57 int msgId) 62 this.msgId = msgId; 73 * @param msgId Message counter. 81 int msgId) 86 this.msgId = msgId; 125 this.msgId 53 EntryMsg( int sender, int destination, byte[] entryBytes, int msgId) argument 75 EntryMsg( int serverID, int i, byte[] entryBytes, int pos, int length, int msgId) argument 204 setMsgId(int msgId) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/ |
H A D | EntryMsg.java | 43 private int msgId = -1; // from V4 field in class:EntryMsg 51 * @param msgId Message counter. 57 int msgId) 62 this.msgId = msgId; 73 * @param msgId Message counter. 81 int msgId) 86 this.msgId = msgId; 125 this.msgId 53 EntryMsg( int sender, int destination, byte[] entryBytes, int msgId) argument 75 EntryMsg( int serverID, int i, byte[] entryBytes, int pos, int length, int msgId) argument 204 setMsgId(int msgId) argument [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/ |
H A D | EntryMsg.java | 43 private int msgId = -1; // from V4 field in class:EntryMsg 51 * @param msgId Message counter. 57 int msgId) 62 this.msgId = msgId; 73 * @param msgId Message counter. 81 int msgId) 86 this.msgId = msgId; 125 this.msgId 53 EntryMsg( int sender, int destination, byte[] entryBytes, int msgId) argument 75 EntryMsg( int serverID, int i, byte[] entryBytes, int pos, int length, int msgId) argument 204 setMsgId(int msgId) argument [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/ |
H A D | LogUtils.java | 242 * @param msgId message ID for the log entry. 245 public static void access(Level level, String msgId, String data[]) { argument 246 access(level, msgId, data, null); 253 * @param msgId message ID for the log entry. 257 public static void access(Level level, String msgId, argument 260 logger.access(level, msgId, data, session); 271 * @param msgId message ID for the log entry. 274 public static void error(Level level, String msgId, String data[]) { argument 275 error(level, msgId, data, null); 282 * @param msgId messag 286 error(Level level, String msgId, String data[], Object session) argument [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/ |
H A D | LogUtils.java | 242 * @param msgId message ID for the log entry. 245 public static void access(Level level, String msgId, String data[]) { argument 246 access(level, msgId, data, null); 253 * @param msgId message ID for the log entry. 257 public static void access(Level level, String msgId, argument 260 logger.access(level, msgId, data, session); 271 * @param msgId message ID for the log entry. 274 public static void error(Level level, String msgId, String data[]) { argument 275 error(level, msgId, data, null); 282 * @param msgId messag 286 error(Level level, String msgId, String data[], Object session) argument [all...] |
/forgerock/opendj2/src/messages/src/org/opends/messages/ |
H A D | Category.java | 188 * message ID <code>msgId</code>. 189 * @param msgId int message ID 192 static public Category parseMessageId(int msgId) { argument 193 return Category.parseMask(msgId & 0xFFF00000);
|
H A D | Severity.java | 152 * message ID <code>msgId</code>. 153 * @param msgId int message ID 156 static public Severity parseMessageId(int msgId) { argument 157 return parseMask(msgId & 0x000F0000);
|
/forgerock/opendj-b2.6/src/messages/src/org/opends/messages/ |
H A D | Category.java | 189 * message ID <code>msgId</code>. 190 * @param msgId int message ID 193 static public Category parseMessageId(int msgId) { argument 194 return Category.parseMask(msgId & 0xFFF00000);
|
H A D | Severity.java | 153 * message ID <code>msgId</code>. 154 * @param msgId int message ID 157 static public Severity parseMessageId(int msgId) { argument 158 return parseMask(msgId & 0x000F0000);
|
/forgerock/opendj2.6.2/src/messages/src/org/opends/messages/ |
H A D | Category.java | 189 * message ID <code>msgId</code>. 190 * @param msgId int message ID 193 static public Category parseMessageId(int msgId) { argument 194 return Category.parseMask(msgId & 0xFFF00000);
|
H A D | Severity.java | 153 * message ID <code>msgId</code>. 154 * @param msgId int message ID 157 static public Severity parseMessageId(int msgId) { argument 158 return parseMask(msgId & 0x000F0000);
|
/forgerock/opendj2-hg/src/messages/src/org/opends/messages/ |
H A D | Category.java | 188 * message ID <code>msgId</code>. 189 * @param msgId int message ID 192 static public Category parseMessageId(int msgId) { argument 193 return Category.parseMask(msgId & 0xFFF00000);
|
H A D | Severity.java | 152 * message ID <code>msgId</code>. 153 * @param msgId int message ID 156 static public Severity parseMessageId(int msgId) { argument 157 return parseMask(msgId & 0x000F0000);
|
/forgerock/opendj2-jel-hg/src/messages/src/org/opends/messages/ |
H A D | Category.java | 189 * message ID <code>msgId</code>. 190 * @param msgId int message ID 193 static public Category parseMessageId(int msgId) { argument 194 return Category.parseMask(msgId & 0xFFF00000);
|
H A D | Severity.java | 153 * message ID <code>msgId</code>. 154 * @param msgId int message ID 157 static public Severity parseMessageId(int msgId) { argument 158 return parseMask(msgId & 0x000F0000);
|
/forgerock/opendj-v3/opendj-server-legacy/src/messages/src/org/opends/messages/ |
H A D | Category.java | 188 * message ID <code>msgId</code>. 189 * @param msgId int message ID 192 public static Category parseMessageId(int msgId) { argument 193 return Category.parseMask(msgId & 0xFFF00000);
|
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/ |
H A D | ToolLogWriter.java | 79 * @param msgId ID for message. 86 String msgId, 92 String msg = formatMsg(msgId, msgdata, bundleName); 108 * @param msgId ID for message. 115 String msgId, 121 String msg = formatMsg(msgId, msgdata, bundle); 83 log( String bundleName, Level level, String msgId, String[] msgdata ) argument 112 log( ResourceBundle bundle, Level level, String msgId, String[] msgdata ) argument
|
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/ |
H A D | ThreadFilterTextErrorLogPublisher.java | 94 int msgId = message.getDescriptor().getId(); 104 append(" msgID=").append(msgId).
|
/forgerock/opendj2/src/server/org/opends/server/loggers/ |
H A D | ThreadFilterTextErrorLogPublisher.java | 93 int msgId = message.getDescriptor().getId(); 103 append(" msgID=").append(msgId).
|
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/ |
H A D | ThreadFilterTextErrorLogPublisher.java | 94 int msgId = message.getDescriptor().getId(); 104 append(" msgID=").append(msgId).
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/ |
H A D | ThreadFilterTextErrorLogPublisher.java | 94 int msgId = message.getDescriptor().getId(); 104 append(" msgID=").append(msgId).
|
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/ |
H A D | ThreadFilterTextErrorLogPublisher.java | 93 int msgId = message.getDescriptor().getId(); 103 append(" msgID=").append(msgId).
|