|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.data.tr.requests.AbstractRequest
public abstract class AbstractRequest
Partial Request implementation.
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
Mode |
mode()
Returns the access mode to the collection. |
org.gcube.data.tm.stubs.SourceBinding |
send()
Sends the request to some suitable instance of the hosting service. |
org.gcube.data.tm.stubs.SourceBinding |
send(org.gcube.common.clients.gcore.StatefulQuery query)
Sends the request to a hosting service returned by a given query. |
org.gcube.data.tm.stubs.SourceBinding |
send(URL url)
Sends the request to a hosting service at a given endpoint. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Mode mode()
public org.gcube.data.tm.stubs.SourceBinding send()
throws Exception
Request
send in interface RequestException - if the request fails
org.gcube.common.clients.DiscoveryException - if there are no T-Binder services with the plugin
public org.gcube.data.tm.stubs.SourceBinding send(org.gcube.common.clients.gcore.StatefulQuery query)
throws Exception
Request
send in interface Requestquery - the query
Exception - if the request fails
org.gcube.common.clients.DiscoveryException - if there are no T-Binder services that satisfy the query
public org.gcube.data.tm.stubs.SourceBinding send(URL url)
throws Exception
Request
send in interface Requesturl - the endpoint
Exception - if the request failspublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||