168169170171172173174175176177
// Ensure expected type assertTrue(bean instanceof MyServiceLocalBusiness); // Cast MyServiceLocalBusiness ejb = (MyServiceLocalBusiness) bean; // Invoke and log log.info("Invoked upon @Service local business view: " + ejb.getUuid()); }