org.gcube.common.clients
Interface Query<E>

Type Parameters:
E - the type of the service endpoints

public interface Query<E>

A query for service endpoints.

Author:
Fabio Simeoni

Method Summary
 List<E> fire()
          Executes the query.
 

Method Detail

fire

List<E> fire()
             throws DiscoveryException
Executes the query.

Returns:
the discovered endpoints
Throws:
DiscoveryException - of the query fails


Copyright © 2012. All Rights Reserved.