engineGlob = (org.xmlBlaster.engine.ServerScope)glob.getObjectEntry(Constants.OBJECT_ENTRY_ServerScope);
if (engineGlob == null)
throw new XmlBlasterException(this.glob, ErrorCode.INTERNAL_UNKNOWN, ME + ".init", "could not retreive the ServerNodeScope. Am I really on the server side ?");
this.callbackAddress = cbAddress;
updateQueue = new LinkedQueue();
ackQueue = new LinkedQueue();
PropLong tmp = callbackAddress.getEnv("updateTimeout", 30000L);
updateTimeout = tmp.getValue();
tmp = callbackAddress.getEnv("updateAckTimeout", 30000L);