I_XmlBlasterAccess conn = this.global.getXmlBlasterAccess();
if (this.sqlTopic != null) {
UnSubscribeKey key = new UnSubscribeKey(this.global, this.sqlTopic);
conn.unSubscribe(key, new UnSubscribeQos(this.global));
}
conn.disconnect(new DisconnectQos(this.global));
this.replications.clear();
this.replSlaveMap.clear();
this.topicToPrefixMap.clear();
this.counterMap.clear();