Uses of Interface
org.gcube.common.clients.Call

Packages that use Call
org.gcube.common.clients.delegates   
 

Uses of Call in org.gcube.common.clients.delegates
 

Methods in org.gcube.common.clients.delegates with parameters of type Call
<V> V
DirectDelegate.make(Call<S,V> call)
           
<V> V
AsyncProxyDelegate.make(Call<S,V> call)
           
<V> V
MockDelegate.make(Call<S,V> call)
           
<V> V
DiscoveryDelegate.make(Call<S,V> call)
           
<V> V
ProxyDelegate.make(Call<S,V> call)
          Makes a Call to a given service endpoint.
<V> Future<V>
AsyncProxyDelegate.makeAsync(Call<S,V> call)
          Makes a Call to a service endpoint asynchronously, returning a Future that clients can use to poll for and obtain the call outcome, or to cancel the call (assuming that the call is designed for cancellation or has not been made yet).
<V> Future<?>
AsyncProxyDelegate.makeAsync(Call<S,V> call, Callback<V> callback)
          Makes a Call to a service endpoint asynchronously, notifying a Callback of its outcome.
<V> Future<?>
AsyncProxyDelegate.makeAsync(Call<S,V> call, Callback<V> callback, ExecutorService service)
          Makes a Call to a service endpoint asynchronously, notifying a Callback of its outcome.
<V> Future<V>
AsyncProxyDelegate.makeAsync(Call<S,V> call, ExecutorService service)
          Makes a Call to a service endpoint asynchronously, returning a Future that clients can use to poll for and obtain the call outcome, or to cancel the call (assuming that the call is designed for cancellation or has not been made yet).
 



Copyright © 2012. All Rights Reserved.