if (nameService == null) { |
System.out.println("nameService = null"); |
return; |
} |
NameComponent[] collabName = |
{ new NameComponent("Collaboration", partyName+"Chat"+"Coordinator")}; |
_chatBahn= |
jdce.byteways.dataBahnHelper.narrow (nameService.resolve(collabName)); |
} catch(Exception e) { |
System.out.println("Exception: " + e); |
} |
long stopTime = System.currentTimeMillis(); |
System.out.println("Avg Ping to invoke = " |
+ ((stopTime - startTime)/1000f) + " msecs"); |
} |