391392393394395396397398399400401
{ contextFactory.destroyApplicationContext(null); } else { contextFactory.deActivateContext(ApplicationScoped.class); } } else { if(destroy)
402403404405406407408409410411412
{ contextFactory.destroyRequestContext(null); } else { contextFactory.deActivateContext(RequestScoped.class); } } } /** * Find the ManagedBean that corresponds to an instance of an EJB class
387388389390391392393394395396397
398399400401402403404405406407408
409410411412413414415416417418419