Examples of NewContextLocal


Examples of org.jboss.ejb3.core.test.ejbthree2020.NewContextLocal

   }

   @Test
   public void testInvokedBusinessInterface() throws Exception
   {
      NewContextLocal bean = lookup(NewContextBean.class.getSimpleName() + "/local-" + NewContextLocal.class.getName(), NewContextLocal.class);

      Class<?> result = bean.getInvokedBusinessInterface();

      assertEquals(NewContextLocal.class, result);
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.