Uses of Class
org.gcube.data.tml.proxies.BindParams

Packages that use BindParams
org.gcube.data.tml.proxies   
 

Uses of BindParams in org.gcube.data.tml.proxies
 

Methods in org.gcube.data.tml.proxies with parameters of type BindParams
 List<Binding> TBinder.bind(BindParams parameters)
          Binds one ore more data sources to T-Reader and/or T-Writer endpoints.
 List<Binding> DefaultTBinder.bind(BindParams parameters)
           
 Future<List<Binding>> DefaultTBinder.bindAsync(BindParams parameters)
           
 Future<List<Binding>> AsyncTBinder.bindAsync(BindParams parameters)
          Binds asynchronously to T-Reader and/or T-Writer services and returns a Future of the call outcome which clients can poll or use to cancel submission.
 Future<?> DefaultTBinder.bindAsync(BindParams parameters, org.gcube.common.clients.delegates.Callback<List<Binding>> callback)
           
 Future<?> AsyncTBinder.bindAsync(BindParams parameters, org.gcube.common.clients.delegates.Callback<List<Binding>> callback)
          Binds asynchronously to T-Reader and/or T-Writer services and notifies a Callback of the outcome of the call
 



Copyright © 2012. All Rights Reserved.