/* */ throws ClassNotFoundException
/* */ {
/* 1746 */ String homeJndiName = enterpriseBean.getHomeJndiName();
/* 1747 */ if ((homeJndiName != null) && (!homeJndiName.trim().equals("")))
/* */ {
/* 1749 */ RemoteHomeBindingImpl homeBinding = new RemoteHomeBindingImpl(homeJndiName);
/* 1750 */ addClassAnnotation(container, RemoteHomeBinding.class, homeBinding);
/* */ }
/* */
/* 1755 */ String jndiName = enterpriseBean.getJndiName();
/* 1756 */ if ((jndiName != null) && (!jndiName.trim().equals("")))