Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.bus.client.api.CallableFuture

Packages that use CallableFuture
org.jboss.errai.bus.server.api   
 

Uses of CallableFuture in org.jboss.errai.bus.server.api
 

Classes in org.jboss.errai.bus.server.api that implement CallableFuture
 class ServerCallableFuture<T>
           
 

Methods in org.jboss.errai.bus.server.api that return CallableFuture
<T> CallableFuture<T>
CallableFutureFactory.createFuture()
          Creates a new CallableFuture that can be returned for an asynchronous RPC method and used for providing a value back to the client when a long-running process is done.
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.