6364656667686970717273
// // Establish a new link with the ProcessEndpointManager // try { manager.establish_link(name_, id_, 0xFFFFFFFF, cb); } catch (AlreadyLinked ex) { } catch (org.omg.CORBA.SystemException ex) { // logger.error("connect_server failed: " + ex); } }
6263646566676869707172