this.sessionName = this.connectReturnQos.getSessionName();
connectQos.getSessionQos().setSecretSessionId(this.connectReturnQos.getSecretSessionId());
this.connectQosData = connectQos;
}
if (connectEntry.wantReturnObj()) {
connectEntry.setReturnObj(this.connectReturnQos);
}
this.driver.setConnectReturnQos(this.connectReturnQos);
}