Package org.jboss.ejb3.test.common.proxy

Examples of org.jboss.ejb3.test.common.proxy.MultiMethod.method2()


         assertEquals("1:3", actual);
      }
     
      // invoke another async method on the same reference
      {
         asyncBean.method2(4);
        
         Future<?> futureResult = AsyncUtils.getFutureResult(asyncBean);
        
         String actual = (String) futureResult.get(2, TimeUnit.SECONDS);
        
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.