|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FederatedQueryProcessorI
The main query service. This class is autogenerated, DO NOT EDIT.
| Method Summary | |
|---|---|
DCQLQueryResultsCollection |
execute(DCQLQuery query)
Executes the specified DCQL query, blocking until completion. |
CQLQueryResults |
executeAndAggregateResults(DCQLQuery query)
Executes the given DCQL query and returns the results as standard data service results. |
FederatedQueryResultsClient |
executeAsynchronously(DCQLQuery query)
Executes the specified DCQL query, and returns a reference to the query result resource. |
ServiceSecurityMetadata |
getServiceSecurityMetadata()
|
| Method Detail |
|---|
ServiceSecurityMetadata getServiceSecurityMetadata()
throws java.rmi.RemoteException
java.rmi.RemoteException
CQLQueryResults executeAndAggregateResults(DCQLQuery query)
throws java.rmi.RemoteException,
FederatedQueryProcessingFault
query -
FederatedQueryProcessingFault - Indicates an error occured processing the query.
java.rmi.RemoteException
DCQLQueryResultsCollection execute(DCQLQuery query)
throws java.rmi.RemoteException,
FederatedQueryProcessingFault
query -
FederatedQueryProcessingFault - Indicates an error occured processing the query.
java.rmi.RemoteException
FederatedQueryResultsClient executeAsynchronously(DCQLQuery query)
throws java.rmi.RemoteException,
org.apache.axis.types.URI.MalformedURIException
query -
java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||