public boolean init (Node n, InitMapHolder imh, SyncFlag sf, SyncFlag stopFlag) {
if (!super.init(n, imh, sf, stopFlag)) return false;
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();
imh.setEntry(this, InitMapHolder.STRINGS, strings);