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

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


      };
     
      MultiMethod asyncBean = AsyncUtils.mixinAsync(bean);
     
      {
         asyncBean.method1(3);
        
         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.