this.ME = "CorbaConnection";
if (log.isLoggable(Level.FINER)) log.finer("connect(xmlBlaster="+this.xmlBlaster+") ...");
try {
AuthServer remoteAuthServer = getAuthenticationService(this.clientAddress);
if (log.isLoggable(Level.FINE)) log.fine("Got authServer handle, trying connect ...");
return remoteAuthServer.connect(connectQos);
}
catch(XmlBlasterException e) {
throw e;
}
catch(org.xmlBlaster.protocol.corba.serverIdl.XmlBlasterException e) {