/**@todo May be we can use an integer of the found object to
* initialize the time?
*/
LOGGER.warn("SysUpTime could not be found in '"+context+
"' context, using a new instance instead");
contextSysUpTime = new SysUpTimeImpl();
}
contextInfo.put(context,
new MasterContextInfo(context, contextSysUpTime));
}
else {