org.jboss.cdi.tck.tests.context.application.ejb
Class BarBean

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.application.ejb.BarBean

public class BarBean
extends Object


Constructor Summary
BarBean()
           
 
Method Summary
 Future<Double> compute()
          Async computation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarBean

public BarBean()
Method Detail

compute

public Future<Double> compute()
Async computation.

Returns:


Copyright © 2008-2013 Seam Framework. All Rights Reserved.