|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BindRequest | |
|---|---|
| org.gcube.data.tml.proxies | |
| org.gcube.data.tml.stubs | |
| Uses of BindRequest in org.gcube.data.tml.proxies |
|---|
| Methods in org.gcube.data.tml.proxies with parameters of type BindRequest | |
|---|---|
List<Binding> |
TBinder.bind(BindRequest parameters)
Binds one ore more data sources to T-Reader and/or T-Writer endpoints. |
List<Binding> |
DefaultTBinder.bind(BindRequest parameters)
|
Future<List<Binding>> |
AsyncTBinder.bindAsync(BindRequest 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<List<Binding>> |
DefaultTBinder.bindAsync(BindRequest parameters)
|
Future<?> |
AsyncTBinder.bindAsync(BindRequest 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 |
Future<?> |
DefaultTBinder.bindAsync(BindRequest parameters,
org.gcube.common.clients.delegates.Callback<List<Binding>> callback)
|
| Uses of BindRequest in org.gcube.data.tml.stubs |
|---|
| Methods in org.gcube.data.tml.stubs with parameters of type BindRequest | |
|---|---|
Types.BindingsHolder |
TBinderStub.bind(BindRequest params)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||