2526272829303132333435
ConfirmerHome home = (ConfirmerHome)PortableRemoteObject.narrow(objref, ConfirmerHome.class); Confirmer confirmer = home.create(); confirmer.sendNotice(recipient); System.exit(0); } catch (Exception ex) {