626364656667686970717273
{ super.defineScopeType(errorMessage); } catch(WebBeansPassivationException e) { SessionBeanType type = getBean().getEjbType(); if(!type.equals(SessionBeanType.STATEFUL)) { throw e; } }
262263264265266267268269270271272
{ throw new IllegalArgumentException("Given class is not an session bean class"); } DeploymentInfo info = null; SessionBeanType type = SessionBeanType.STATELESS; if (isStatelessBean(clazz)) { info = this.statelessBeans.get(clazz); }
6465666768697071727374
{ throw new IllegalArgumentException("Given class is not an session bean class"); } DeploymentInfo info = null; SessionBeanType type = SessionBeanType.STATELESS; if(isStatelessBean(clazz)) { info = this.statelessBeans.get(clazz); }
585960616263646566676869
{ super.defineScopeType(errorMessage, allowLazyInit); } catch(WebBeansPassivationException e) { SessionBeanType type = getBean().getEjbType(); if(!type.equals(SessionBeanType.STATEFUL)) { throw e; } }
303304305306307308309310311312313
295296297298299300301302303304305
6566676869707172737475
565758596061626364656667