133134135136137138139140141142143
ps.println(ior); ps.close(); } // wait for requests orb.run(); } catch (Exception e) { e.printStackTrace(); }
124125126127128129130131132133134
if (non_exist) { System.out.println("NotificationService not available !"); System.exit(1); } _orb.run(); } catch (Exception e) { e.printStackTrace(); System.exit(1); } }
142143144145146147148149
BasicServer server = BasicServerHelper.narrow(rootPOA.servant_to_reference(servant)); System.out.println ("SERVER IOR: " + orb.object_to_string(server)); System.out.flush(); orb.run(); } }
7980818283848586878889
NameComponent path[] = ncRef .to_name("DomainParticipantFactory"); ncRef.rebind(path, ref); } System.out.println("Server ready and waiting ..."); orb.run(); } catch (Exception e) { System.out.println("e" + e); e.printStackTrace(); } }
188189190191192193194195196197198
System.out.println ("Unable to get FooDataReader reference"); return; } foodatareader.set_listener(listener,0); orb.run(); } catch(Exception e){ System.out.println(" ERROR : " + e); e.printStackTrace(); }
6364656667686970717273
_out.flush(); _out.close(); _socket.close(); // wait for requests orb.run(); } catch (Throwable e) { // ignored } }
246247248249250251252253254255256
if (logger != null) { logger.debug("Entering ORB event loop" ); } // wait for requests orb.run(); } catch( Exception e ) { if (logger != null) {
7374757677787980818283
ps.close(); } // wait for requests orb.run(); } catch (Exception e) { }
5051525354555657
System.out.println ("SERVER IOR: " + serverOrb.object_to_string(obj)); System.out.flush(); // wait for requests serverOrb.run(); } }
118119120121122123124125126127128
ps.println(ior); ps.close(); } // wait for requests orb.run(); } catch (Exception e) { } }