|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
R - the type of query resultspublic interface DiscoveryClient<R>
Local interface for resource discovery.
Submits Querys for remote execution and returns a list of typed results.
| Method Summary | |
|---|---|
List<R> |
submit(Query query)
Submits a Query for remote execution and returns a list of typed results. |
| Method Detail |
|---|
List<R> submit(Query query)
throws DiscoveryException,
InvalidResultException
Query for remote execution and returns a list of typed results.
query - the query
DiscoveryException - if the query cannot be submitted
InvalidResultException - if the results cannot be parsed. Implementations may adopt different degrees of
tolerance to parsing errors before raising this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||