Package org.jboss.test.naming.interfaces

Examples of org.jboss.test.naming.interfaces.TestENCHome2


    */
   public void testENC2() throws Exception
   {
      Object obj = getInitialContext().lookup("ENCBean0");
      obj = PortableRemoteObject.narrow(obj, TestENCHome2.class);
      TestENCHome2 home = (TestENCHome2)obj;
      getLog().debug("Found TestENCHome2");

      TestENC bean = home.create();
      getLog().debug("Created ENCBean0");
      bean.accessENC();
      bean.remove();
   }
View Full Code Here


    */
   public void testENC2() throws Exception
   {
      Object obj = getInitialContext().lookup("ENCBean0");
      obj = PortableRemoteObject.narrow(obj, TestENCHome2.class);
      TestENCHome2 home = (TestENCHome2)obj;
      getLog().debug("Found TestENCHome2");

      TestENC bean = home.create();
      getLog().debug("Created ENCBean0");
      bean.accessENC();
      bean.remove();
   }
View Full Code Here

TOP

Related Classes of org.jboss.test.naming.interfaces.TestENCHome2

Copyright © 2018 www.massapicom. 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.