I_Map msgUnitCache = this.msgUnitCache;
if (msgUnitCache == null) { // on startup
return;
}
// msgUnitCache.change(msgUnitWrapper, null);
msgUnitCache.updateCounters(msgUnitWrapper);
}
}
public MsgUnitWrapper getMsgUnitWrapper(long uniqueId) throws XmlBlasterException {