/* */ catch (NamingException e) {
/* 272 */ throw new Exception("Cannot lookup java:/" + CorbaORBService.IR_POA_NAME + ": " + e);
/* */ }
/* */
/* 275 */ IIOP iiop = getIIOP();
/* 276 */ if (iiop.interfaceRepositorySupported())
/* */ {
/* 278 */ this.iri = new InterfaceRepository(this.orb, this.irPoa, getJndiName());
/* 279 */ this.iri.mapClass(remoteInterfaces[0]);
/* 280 */ if (homeInterface != null)
/* 281 */ this.iri.mapClass(homeInterface);