// TODO Remove this when a better solution is found : several ReplSlaves for same Writer if data comes from several DbWatchers.
boolean forceSend = info.getBoolean(REPLICATION_FORCE_SENDING, false);
if (forceSend)
this.forceSending = true;
String instanceName = this.manager.getInstanceName() + ContextNode.SEP + this.slaveSessionId;
ContextNode contextNode = new ContextNode(ContextNode.CONTRIB_MARKER_TAG, instanceName,
this.global.getContextNode());
this.mbeanHandle = this.global.registerMBean(contextNode, this);
this.dbWatcherSessionName = info.get(this.slaveSessionId + DBWATCHER_SESSION_NAME, null);
this.cascadedReplPrefix = this.persistentInfo.get(this.slaveSessionId + CASCADED_REPL_PREFIX, null);