/* */ throws Exception
/* */ {
/* 125 */ if (this.securityDomain == null) {
/* 126 */ return getNext().invokeHome(mi);
/* */ }
/* 128 */ SecurityIdentity si = null;
/* 129 */ Method m = mi.getMethod();
/* 130 */ boolean isEjbTimeOutMethod = (m != null) && (m.getName().equals(this.timedObjectMethod));
/* */
/* 132 */ if ((mi.isLocal()) && (!isEjbTimeOutMethod))
/* */ {