}
},
"ORB thread"
).start();
IdlInterface original = IdlInterfaceHelper.narrow(obj);
IdlInterface echoedBack = session.testIdlInterface(original);
assertEquals(orb.object_to_string(original),
orb.object_to_string(echoedBack));
//----------------------------------------------------------------------
session.remove();