getEngineGlobal(this.global).getRequestBroker().getAuthenticate(null).removeClientListener(this);
getEngineGlobal(this.global).getRequestBroker().removeSubscriptionListener(this);
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();