199200201202203204205206207208209
fail ("should have raised NO_IMPLEMENT"); } try { orbs.send_multiple_requests_deferred(null); fail ("should have raised NO_IMPLEMENT"); } catch (org.omg.CORBA.NO_IMPLEMENT ex) { // ok