return endPointInfo;
//}
}
}
// In case nothing is found use primary host:port
endPointInfo = new EndPointInfoImpl(ORBSocketFactory.IIOP_CLEAR_TEXT, port, host);
endpointTable.put(host + port, endPointInfo);
} else {
endPointInfo = new EndPointInfoImpl(ORBSocketFactory.IIOP_CLEAR_TEXT, port, host);
endpointTable.put(host + port, endPointInfo);
}
return endPointInfo;
} catch ( Exception ex ) {
if (_logger.isLoggable(Level.FINE)){