retrySyncFlag = new SyncFlag(false);
msgEntry = new MessageLogEntry(this, VERSION);
errEntry = new ErrorLogEntry(this, VERSION);
// Create Strings instance and add it to the InitMapHolder.
strings = new Strings();
initMapHolder.setEntry(this, InitMapHolder.STRINGS, strings);
// Get the number of retries.
String noRetriesStr = xmlParseUtils.getAttributeValueFromNode(
aProcessorNode, XmultraConfig.NUMBER_RETRIES);