org.jboss.cdi.tck.tests.context.request.event.async
Class AsyncService

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.request.event.async.AsyncService

public class AsyncService
extends Object


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

Constructor Detail

AsyncService

public AsyncService()
Method Detail

compute

public Future<Boolean> compute()


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