/* 348 */ this.container.pushENC();
/* */
/* 350 */ SecurityActions sa = BaseLocalProxyFactory.SecurityActions.UTIL.getSecurityActions();
/* */ try
/* */ {
/* 354 */ LocalEJBInvocation invocation = new LocalEJBInvocation(null, m, args, getTransaction(), sa.getPrincipal(), sa.getCredential());
/* */
/* 360 */ invocation.setType(InvocationType.LOCALHOME);
/* */
/* 362 */ localObject1 = this.container.invoke(invocation);
/* */ }
/* */ catch (AccessException ae)
/* */ {